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