PHP Класс kahlan\matcher\AnyException

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

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

Свойство Тип Описание
$message string The exception message.

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

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

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

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

The exception message.
public __construct ( string $message = null, string $code, string $previous = null )
$message string The exception message.
$code string The exception code.
$previous string The previous exception.

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

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

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