Encore\Admin\Exception\Handle::__construct PHP Method

__construct() public method

public __construct ( Exception $e )
$e Exception
    public function __construct(\Exception $e)
    {
        $this->exception = $e;
    }