class
Exception extends Exception implements
ExceptionInterface
Traits
Methods
__construct(
null|string $message = null,
mixed $parameters)
No description
create(
null|string $message = null,
mixed $parameters)
No description
with(
mixed $parameters)
No description
setMessage(
string $message,
mixed $replacements)
No description
addAttribute(
mixed $attribute,
null|string $key = null)
No description
string
getType(
bool $qualified = false)
No description
Details
final
__construct(
null|string $message = null,
mixed $parameters)
final static
ExceptionTrait
create(
null|string $message = null,
mixed $parameters)
final
string
__toString()
final
mixed[]
__debugInfo()
abstract
string
getMessage()
abstract
string
getFile()
abstract
mixed[]
getTrace()
string
getDefaultMessage()
final
$this
with(
mixed $parameters)
final
$this
setMessage(
string $message,
mixed $replacements)
final
$this
setCode(
int $code)
final
$this
setLine(
int $line)
final
$this
setAttributes(
array $attributes = array())
final
mixed[]
getAttributes()
final
$this
addAttribute(
mixed $attribute,
null|string $key = null)
final
null|mixed
getAttribute(
string $key)
final
bool
hasAttribute(
string $key)
final
mixed[]
getTraceLimited()
final
string
getType(
bool $qualified = false)