class SQLSelectTokenizerException extends Exception

This class Represents an error raised by SQLSelectTokenizer.

Methods

__construct(string $message, int $code = 0, Exception $previous = null)

Class constructor

string
__toString()

Returns the string representation of the exception.

Details

at line 45
__construct(string $message, int $code = 0, Exception $previous = null)

Class constructor

Parameters

string $message the Exception message to throw.
int $code the Exception code
Exception $previous the previous exception used for the exception chaining.

at line 55
string __toString()

Returns the string representation of the exception.

Return Value

string the string representation of the exception.