PHP Class Kraken\Throwable\ExceptionHandler

Show file Open project: kraken-php/framework Class Usage Examples

Protected Properties

Property Type Description
$handler string

Public Methods

Method Description
handleException ( Error | Exception $ex ) Invoke default Exception Handler.

Method Details

handleException() public static method

Invoke default Exception Handler.
public static handleException ( Error | Exception $ex )
$ex Error | Exception

Property Details

$handler protected static property

protected static string $handler
return string