HandleExceptions

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.

doc_Laravel
2016-11-02 16:20:16
Comments
Leave a Comment

Please login to continue.