DeleteException extends EntryException
Table of Contents
Constants
- DEPENDENCIES_FOUND = 2
- GENERAL = 0
- NOT_FOUND = 1
Methods
- __construct() : mixed
- getLocalizedMessage() : string
- Get Localized error message
Constants
DEPENDENCIES_FOUND
public
mixed
DEPENDENCIES_FOUND
= 2
GENERAL
public
mixed
GENERAL
= 0
NOT_FOUND
public
mixed
NOT_FOUND
= 1
Methods
__construct()
public
__construct(mixed $entityTypeID, mixed $entityID, array<string|int, mixed> $errorMessages[, mixed $code = 0 ][, mixed $file = '' ][, mixed $line = 0 ][, Exception $previous = null ]) : mixed
Parameters
- $entityTypeID : mixed
- $entityID : mixed
- $errorMessages : array<string|int, mixed>
- $code : mixed = 0
- $file : mixed = ''
- $line : mixed = 0
- $previous : Exception = null
getLocalizedMessage()
Get Localized error message
public
getLocalizedMessage() : string