\nre\exceptionsFatalDatamodelException

Exception: Datamodel exception that is fatal for the application.

Summary

Methods
Properties
Constants
__construct()
getDatamodelMessage()
getDatamodelErrorNumber()
No public properties found
CODE
MESSAGE
No protected methods found
No protected properties found
N/A
concat()
$datamodelMessage
$datamodelErrorNumber
N/A

Constants

CODE

CODE

Error code

MESSAGE

MESSAGE

Error message

Properties

$datamodelMessage

$datamodelMessage : string

Error message of datamodel

Type

string

$datamodelErrorNumber

$datamodelErrorNumber : integer

Error code of datamodel

Type

integer

Methods

__construct()

__construct(string  $datamodelMessage, integer  $datamodelErrorNumber) 

Consturct a new exception.

Parameters

string $datamodelMessage

Error message of datamodel

integer $datamodelErrorNumber

Error code of datamodel

getDatamodelMessage()

getDatamodelMessage() : string

Get the error message of datamodel.

Returns

string —

Error message of datamodel

getDatamodelErrorNumber()

getDatamodelErrorNumber() : string

Get the error code of datamodel.

Returns

string —

Error code of datamodel

concat()

concat(string  $message, string  $name) 

Insert the name in a message

Parameters

string $message

Error message

string $name

Name to insert