HandleExceptions
class HandleExceptions (View source)
Methods
void bootstrap(Application $app) Bootstrap the given application. void handleError(int $level, string $message, string $file = '', int $line, array $context = array()) Convert a PHP error to an ErrorException. void handleException(Throwable $e) Handle an uncaught exception from the application. void handleShutdown() Handle the PHP shutdown event.