PresetError
extends Error
Table of Contents
Constants
-
BINDING_NOT_SPECIFIED
= 'PRESET_BINDING_NOT_SPECIFIED'
-
BINDINGS_NOT_FOUND
= 'PRESET_USER_BINDINGS_NOT_FOUND'
-
LOADING_NOT_SPECIFIED
= 'PRESET_LOADING_NOT_SPECIFIED'
-
NOT_FOUND
= 'PRESET_NOT_FOUND'
Methods
-
__construct()
: mixed
-
getDescription()
: string
-
setDescription()
: void
BINDING_NOT_SPECIFIED
public
mixed
BINDING_NOT_SPECIFIED
= 'PRESET_BINDING_NOT_SPECIFIED'
BINDINGS_NOT_FOUND
public
mixed
BINDINGS_NOT_FOUND
= 'PRESET_USER_BINDINGS_NOT_FOUND'
LOADING_NOT_SPECIFIED
public
mixed
LOADING_NOT_SPECIFIED
= 'PRESET_LOADING_NOT_SPECIFIED'
NOT_FOUND
public
mixed
NOT_FOUND
= 'PRESET_NOT_FOUND'
__construct()
public
__construct(string $code, mixed ...$args) : mixed
Parameters
-
$code
: string
-
-
$args
: mixed
-
getDescription()
public
getDescription() : string
setDescription()
public
setDescription(string $description) : void
Parameters
-
$description
: string
-