TaskError
extends Error
Table of Contents
Constants
-
ACCESS_ERROR
= 'TASK_ACCESS_ERROR'
-
ADD_TASK_MESSAGE_FAILED
= 'ADD_TASK_MESSAGE_FAILED'
-
DELETE_ERROR
= 'TASK_DELETE_ERROR'
-
NOT_FOUND
= 'TASK_NOT_FOUND'
-
TASKS_NOT_INSTALLED
= 'TASKS_NOT_INSTALLED'
-
WRONG_SIGNED_FILES
= 'WRONG_SIGNED_FILES'
Methods
-
__construct()
: mixed
-
getDescription()
: string
-
setDescription()
: void
ACCESS_ERROR
public
mixed
ACCESS_ERROR
= 'TASK_ACCESS_ERROR'
ADD_TASK_MESSAGE_FAILED
public
mixed
ADD_TASK_MESSAGE_FAILED
= 'ADD_TASK_MESSAGE_FAILED'
DELETE_ERROR
public
mixed
DELETE_ERROR
= 'TASK_DELETE_ERROR'
NOT_FOUND
public
mixed
NOT_FOUND
= 'TASK_NOT_FOUND'
TASKS_NOT_INSTALLED
public
mixed
TASKS_NOT_INSTALLED
= 'TASKS_NOT_INSTALLED'
WRONG_SIGNED_FILES
public
mixed
WRONG_SIGNED_FILES
= 'WRONG_SIGNED_FILES'
__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
-