class ErrorHandlingConfigurationException extends Exception implements AsplodeExceptionInterface

PHP's error handling is incorrectly configured.

Methods

__construct( Exception $previous = null)

Construct a new error handling configuration exception.

Details

at line 27
__construct( Exception $previous = null)

Construct a new error handling configuration exception.

Parameters

Exception $previous The cause, if available.