PHP 클래스 SqlParser\Exceptions\LexerException

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

공개 프로퍼티들

프로퍼티 타입 설명
$ch string The character that produced this error.
$pos integer The index of the character that produced this error.

공개 메소드들

메소드 설명
__construct ( string $msg = '', string $ch = '', integer $pos, integer $code ) Constructor.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $msg = '', string $ch = '', integer $pos, integer $code )
$msg string The message of this exception.
$ch string The character that produced this exception.
$pos integer The position of the character.
$code integer The code of this error.

프로퍼티 상세

$ch 공개적으로 프로퍼티

The character that produced this error.
public string $ch
리턴 string

$pos 공개적으로 프로퍼티

The index of the character that produced this error.
public int $pos
리턴 integer