PHP Class PHPSpec2\Exception\Example\ErrorException

Inheritance: extends ExampleException
Show file Open project: phpspec/phpspec2

Public Methods

Method Description
__construct ( string $level, string $message, string $file, string $line ) Initializes error handler exception.

Method Details

__construct() public method

Initializes error handler exception.
public __construct ( string $level, string $message, string $file, string $line )
$level string error level
$message string error message
$file string error file
$line string error line