Class StreamException
TokenReflection exception raised when working with a token stream.
- Exception
- RuntimeException
- TokenReflection\Exception\BaseException
- TokenReflection\Exception\StreamException
Direct known subclasses
TokenReflection\Exception\ParseException
public
|
#
__construct(
Constructor. |
public
|
|
public
string
|
|
public
string
|
__toString(),
getOutput()
|
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
|
integer |
NOT_READABLE
|
1001 |
#
The property/element does not exist. |
integer |
READ_BEYOND_EOS
|
1002 |
#
A required PHP extension is missing. |
integer |
SERIALIZATION_ERROR
|
1003 |
#
There was an error when (de)serializing the token stream. |
ALREADY_EXISTS,
DOES_NOT_EXIST,
INVALID_ARGUMENT,
PHP_EXT_MISSING,
UNSUPPORTED
|
$code,
$file,
$line,
$message
|