PHP 클래스 SqlParser\Exceptions\ParserException

상속: extends Exception
파일 보기 프로젝트 열기: phpmyadmin/sql-parser

공개 프로퍼티들

프로퍼티 타입 설명
$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