PHP Class kahlan\PhpErrorException

Inheritance: extends Exception
Datei anzeigen 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_oe property

The exception code.
protected string $code
return string

$file protected_oe property

The exception file.
protected string $file
return string

$line protected_oe property

The exception line.
protected string $line
return string

$message protected_oe property

The exception message.
protected string $message
return string

$trace protected_oe property

The exception trace.
protected string $trace
return string