PHP Класс SqlParser\Exceptions\ParserException

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

Открытые свойства

Свойство Тип Описание
$token SqlParser\Token The token that produced this error.

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

Метод Описание
__construct ( string $msg = '', Token $token = null, integer $code ) Constructor.

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

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

Constructor.
public __construct ( string $msg = '', Token $token = null, integer $code )
$msg string The message of this exception.
$token SqlParser\Token The token that produced this exception.
$code integer The code of this error.

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

$token публичное свойство

The token that produced this error.
public Token,SqlParser $token
Результат SqlParser\Token