| [ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 32 lines (1 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
FatalErrorHandlerInterface:: (1 method):
handleError()
Interface: FatalErrorHandlerInterface - X-Ref
Attempts to convert fatal errors to exceptions.| handleError(array $error, FatalErrorException $exception) X-Ref |
| Attempts to convert an error into an exception. param: array $error An array as returned by error_get_last() param: FatalErrorException $exception A FatalErrorException instance return: FatalErrorException|null A FatalErrorException instance if the class is able to convert the error, null otherwise |
| Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |