CalendarError
extends Error
Table of Contents
Constants
-
ACCESS_ERROR
= 'CALENDAR_ACCESS_ERROR'
-
ADD_CALENDAR_MESSAGE_FAILED
= 'ADD_CALENDAR_MESSAGE_FAILED'
-
CALENDAR_NOT_INSTALLED
= 'CALENDAR_NOT_INSTALLED'
-
DELETE_ERROR
= 'CALENDAR_DELETE_ERROR'
-
NOT_FOUND
= 'CALENDAR_NOT_FOUND'
Methods
-
__construct()
: mixed
-
getDescription()
: string
-
setDescription()
: void
ACCESS_ERROR
public
mixed
ACCESS_ERROR
= 'CALENDAR_ACCESS_ERROR'
ADD_CALENDAR_MESSAGE_FAILED
public
mixed
ADD_CALENDAR_MESSAGE_FAILED
= 'ADD_CALENDAR_MESSAGE_FAILED'
CALENDAR_NOT_INSTALLED
public
mixed
CALENDAR_NOT_INSTALLED
= 'CALENDAR_NOT_INSTALLED'
DELETE_ERROR
public
mixed
DELETE_ERROR
= 'CALENDAR_DELETE_ERROR'
NOT_FOUND
public
mixed
NOT_FOUND
= 'CALENDAR_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
-