PHP Class SqlParser\Exceptions\ParserException

Inheritance: extends Exception
Afficher le fichier Open project: phpmyadmin/sql-parser

Méthodes publiques

Свойство Type Description
$token SqlParser\Token The token that produced this error.

Méthodes publiques

Méthode Description
__construct ( string $msg = '', Token $token = null, integer $code ) Constructor.

Method Details

__construct() public méthode

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.

Property Details

$token public_oe property

The token that produced this error.
public Token,SqlParser $token
Résultat SqlParser\Token