ExceptionTrait
trait ExceptionTrait
Class ExceptionTrait.
Methods
__construct(
null|string $message = null,
mixed $parameters)
No description
static
ExceptionTrait
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(
bool $qualified = false)
No description