UserError
extends Error
Table of Contents
Constants
-
DELETE_FROM_STRUCTURE_SYNC
= 'USER_INVITED_FROM_STRUCTURE'
-
NOT_FOUND
= 'USER_NOT_FOUND'
Methods
-
__construct()
: mixed
-
getDescription()
: string
-
setDescription()
: void
DELETE_FROM_STRUCTURE_SYNC
public
mixed
DELETE_FROM_STRUCTURE_SYNC
= 'USER_INVITED_FROM_STRUCTURE'
NOT_FOUND
public
mixed
NOT_FOUND
= 'USER_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
-