PHP Class SqlParser\Exceptions\LexerException

Inheritance: extends Exception
Datei anzeigen Open project: phpmyadmin/sql-parser

Public Properties

Property Type Description
$ch string The character that produced this error.
$pos integer The index of the character that produced this error.

Public Methods

Method Description
__construct ( string $msg = '', string $ch = '', integer $pos, integer $code ) Constructor.

Method Details

__construct() public method

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.

Property Details

$ch public_oe property

The character that produced this error.
public string $ch
return string

$pos public_oe property

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