PHP Класс kahlan\PhpErrorException

Наследование: extends Exception
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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.

Открытые методы

Метод Описание
__construct ( $config = [], string $code ) The exception message.

Описание методов

__construct() публичный Метод

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

Описание свойств

$code защищенное свойство

The exception code.
protected string $code
Результат string

$file защищенное свойство

The exception file.
protected string $file
Результат string

$line защищенное свойство

The exception line.
protected string $line
Результат string

$message защищенное свойство

The exception message.
protected string $message
Результат string

$trace защищенное свойство

The exception trace.
protected string $trace
Результат string