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