PHP Класс Recca0120\LaravelTracy\Exceptions\Handler

Наследование: implements Illuminate\Contracts\Debug\ExceptionHandler
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$blueScreen Recca0120\LaravelTracy\BlueScreen $blueScreen.
$exceptionHandler Illuminate\Contracts\Debug\ExceptionHandler app exception handler.

Открытые методы

Метод Описание
__construct ( BlueScreen $blueScreen, Illuminate\Contracts\Debug\ExceptionHandler $exceptionHandler ) __construct.
__construct ( Illuminate\Contracts\Debug\ExceptionHandler $exceptionHandler, BlueScreen $blueScreen ) __construct.
render ( Illuminate\Http\Request $request, Exception $e ) : Response 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.

Описание методов

__construct() публичный Метод

__construct.
public __construct ( BlueScreen $blueScreen, Illuminate\Contracts\Debug\ExceptionHandler $exceptionHandler )
$blueScreen Recca0120\LaravelTracy\BlueScreen
$exceptionHandler Illuminate\Contracts\Debug\ExceptionHandler

__construct() публичный Метод

__construct.
public __construct ( Illuminate\Contracts\Debug\ExceptionHandler $exceptionHandler, BlueScreen $blueScreen )
$exceptionHandler Illuminate\Contracts\Debug\ExceptionHandler
$blueScreen Recca0120\LaravelTracy\BlueScreen

render() публичный Метод

Render an exception into an HTTP response.
public render ( Illuminate\Http\Request $request, Exception $e ) : Response
$request Illuminate\Http\Request
$e Exception
Результат Symfony\Component\HttpFoundation\Response

renderForConsole() публичный Метод

Render an exception to the console.
public renderForConsole ( Symfony\Component\Console\Output\OutputInterface $output, Exception $e )
$output Symfony\Component\Console\Output\OutputInterface
$e Exception

renderForConsole() публичный Метод

Render an exception to the console.
public renderForConsole ( Symfony\Component\Console\Output\OutputInterface $output, Exception $e ) : void
$output Symfony\Component\Console\Output\OutputInterface
$e Exception
Результат void

report() публичный Метод

Report or log an exception.
public report ( Exception $e )
$e Exception

report() публичный Метод

Report or log an exception.
public report ( Exception $e ) : void
$e Exception
Результат void

Описание свойств

$blueScreen защищенное свойство

$blueScreen.
protected BlueScreen,Recca0120\LaravelTracy $blueScreen
Результат Recca0120\LaravelTracy\BlueScreen

$exceptionHandler защищенное свойство

app exception handler.
protected ExceptionHandler,Illuminate\Contracts\Debug $exceptionHandler
Результат Illuminate\Contracts\Debug\ExceptionHandler