Class BaseException
Base TokenReflection exception.
- Exception
- RuntimeException
- TokenReflection\Exception\BaseException
Direct known subclasses
TokenReflection\Exception\BrokerException, TokenReflection\Exception\RuntimeException, TokenReflection\Exception\StreamExceptionIndirect known subclasses
TokenReflection\Exception\FileProcessingException, TokenReflection\Exception\ParseException
abstract public
string
|
|
final public
string
|
|
final public
string
|
__construct(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
|
integer |
DOES_NOT_EXIST
|
1 |
#
The property/element does not exist. |
integer |
INVALID_ARGUMENT
|
2 |
#
An invalid argument was provided. |
integer |
PHP_EXT_MISSING
|
3 |
#
A required PHP extension is missing. |
integer |
UNSUPPORTED
|
4 |
#
The requested feature is not supported. |
integer |
ALREADY_EXISTS
|
5 |
#
The reflected element already exists. |
$code,
$file,
$line,
$message
|