handleException() public method
Handles uncaught PHP exceptions.
This method is implemented as a PHP exception handler.
| public void handleException ( $exception ) | ||
|---|---|---|
| $exception | Exception |
The exception that is not caught |
handleException() public method
Handles uncaught PHP exceptions.
This method is implemented as a PHP exception handler.
| public void handleException ( $exception ) | ||
|---|---|---|
| $exception | Exception |
The exception that is not caught |
Please login to continue.