ParamError
extends Error
Table of Contents
Constants
-
EMPTY_PARAM
= 'EMPTY_PARAM'
-
EMPTY_PARAM_NAME
= 'EMPTY_PARAM_NAME'
-
NOT_FOUND
= 'NOT_FOUND'
Methods
-
__construct()
: mixed
-
getDescription()
: string
-
setDescription()
: void
EMPTY_PARAM
public
mixed
EMPTY_PARAM
= 'EMPTY_PARAM'
EMPTY_PARAM_NAME
public
mixed
EMPTY_PARAM_NAME
= 'EMPTY_PARAM_NAME'
NOT_FOUND
public
mixed
NOT_FOUND
= '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
-