PHP Class Recca0120\LaravelTracy\BlueScreen

Show file Open project: recca0120/laravel-tracy Class Usage Examples

Public Methods

Method Description
render ( Exception $exception ) : string render.
render ( Exception $exception, $error = null ) : string render.

Protected Methods

Method Description
fixStack ( Exception $exception, array $error ) : Exception render.

Method Details

fixStack() protected method

render.
protected fixStack ( Exception $exception, array $error ) : Exception
$exception Exception
$error array
return Exception

render() public method

render.
public render ( Exception $exception ) : string
$exception Exception
return string

render() public method

render.
public render ( Exception $exception, $error = null ) : string
$exception Exception
return string