PHP Class kahlan\PhpErrorException

Inheritance: extends Exception
Show file Open project: crysalead/kahlan

Protected Properties

Property Type Description
$code string The exception code.
$file string The exception file.
$line string The exception line.
$message string The exception message.
$trace string The exception trace.

Public Methods

Method Description
__construct ( $config = [], string $code ) The exception message.

Method Details

__construct() public method

The exception message.
public __construct ( $config = [], string $code )
$code string The exception code.

Property Details

$code protected property

The exception code.
protected string $code
return string

$file protected property

The exception file.
protected string $file
return string

$line protected property

The exception line.
protected string $line
return string

$message protected property

The exception message.
protected string $message
return string

$trace protected property

The exception trace.
protected string $trace
return string