Property | Type | Description | |
---|---|---|---|
$blueScreen | $blueScreen. | ||
$exceptionHandler | Illuminate\Contracts\Debug\ExceptionHandler | app exception handler. |
Method | Description | |
---|---|---|
__construct ( |
__construct. | |
__construct ( Illuminate\Contracts\Debug\ExceptionHandler $exceptionHandler, |
__construct. | |
render ( Illuminate\Http\Request $request, Exception $e ) : |
Render an exception into an HTTP response. | |
renderForConsole ( Symfony\Component\Console\Output\OutputInterface $output, Exception $e ) | Render an exception to the console. | |
renderForConsole ( Symfony\Component\Console\Output\OutputInterface $output, Exception $e ) : void | Render an exception to the console. | |
report ( Exception $e ) | Report or log an exception. | |
report ( Exception $e ) : void | Report or log an exception. |
public __construct ( |
||
$blueScreen | ||
$exceptionHandler | Illuminate\Contracts\Debug\ExceptionHandler |
public __construct ( Illuminate\Contracts\Debug\ExceptionHandler $exceptionHandler, |
||
$exceptionHandler | Illuminate\Contracts\Debug\ExceptionHandler | |
$blueScreen |
public render ( Illuminate\Http\Request $request, Exception $e ) : |
||
$request | Illuminate\Http\Request | |
$e | Exception | |
return |
public renderForConsole ( Symfony\Component\Console\Output\OutputInterface $output, Exception $e ) | ||
$output | Symfony\Component\Console\Output\OutputInterface | |
$e | Exception |
public renderForConsole ( Symfony\Component\Console\Output\OutputInterface $output, Exception $e ) : void | ||
$output | Symfony\Component\Console\Output\OutputInterface | |
$e | Exception | |
return | void |
protected BlueScreen,Recca0120\LaravelTracy $blueScreen | ||
return |