ExceptionInterface
interface ExceptionInterface implements Throwable
Interface ExceptionInterface.
Constants
MSG_GENERIC |
|
CODE_GENERIC |
|
MSG_BAD_FUNCTION_CALL |
|
CODE_BAD_FUNCTION_CALL |
|
MSG_INVALID_ARGUMENT |
|
CODE_INVALID_ARGUMENT |
|
MSG_LOGIC |
|
CODE_LOGIC |
|
MSG_RUNTIME |
|
CODE_RUNTIME |
|
Methods
static
ExceptionInterface
create(
null|string $message = null,
mixed $parameters)
No description
string
__toString()
No description
mixed[]
__debugInfo()
No description
string
getMessage()
No description
int
getCode()
No description
string
getFile()
No description
int
getLine()
No description
getPrevious()
No description
mixed[]
getTrace()
No description
string
getDefaultMessage()
No description
int
getDefaultCode()
No description
$this
with(
mixed $parameters)
No description
$this
setMessage(
string $message,
mixed $replacements)
No description
$this
setCode(
int $code)
No description
$this
$this
setLine(
int $line)
No description
$this
$this
setAttributes(
array $attributes = array())
No description
mixed[]
getAttributes()
No description
$this
addAttribute(
mixed $attribute,
null|string $key = null)
No description
null|mixed
getAttribute(
string $key)
No description
bool
hasAttribute(
string $key)
No description
mixed[]
getTraceLimited()
No description
string
getType(
false|bool $qualified = false)
No description