Error extends Error
Table of Contents
Constants
- NOT_FOUND = 'NOT_FOUND'
Methods
- __construct() : mixed
- getDescription() : string
- setDescription() : void
Constants
NOT_FOUND
public
mixed
NOT_FOUND
= 'NOT_FOUND'
Methods
__construct()
public
__construct(string $code, mixed ...$args) : mixed
Parameters
- $code : string
- $args : mixed
getDescription()
public
getDescription() : string
Return values
stringsetDescription()
public
setDescription(string $description) : void
Parameters
- $description : string