PHP Class Tylercd100\LERN\Components\Component

Exibir arquivo Open project: tylercd100/lern

Protected Properties

Property Type Description
$dontHandle array

Protected Methods

Method Description
shouldntHandle ( Exception $e ) : boolean Determine if the exception is in the "do not handle" list.

Method Details

shouldntHandle() protected method

Determine if the exception is in the "do not handle" list.
protected shouldntHandle ( Exception $e ) : boolean
$e Exception
return boolean

Property Details

$dontHandle protected_oe property

protected array $dontHandle
return array