PHP Interface Tolerance\Operation\ExceptionCatcher\ExceptionCatcherVoter

Deprecation: Use ThrowableCatcherVoter instead
显示文件 Open project: sroze/tolerance Interface Usage Examples

Public Methods

Method Description
shouldCatch ( Exception $e ) : boolean Decides if whatever we should catch the given exception.

Method Details

shouldCatch() public method

Decides if whatever we should catch the given exception.
Deprecation:
public shouldCatch ( Exception $e ) : boolean
$e Exception
return boolean