\nre\exceptionsIdNotFoundException

Exception: ID not found.

Summary

Methods
Properties
Constants
__construct()
getId()
No public properties found
CODE
MESSAGE
No protected methods found
No protected properties found
N/A
concat()
$id
N/A

Constants

CODE

CODE

Error code

MESSAGE

MESSAGE

Error message

Properties

$id

$id : mixed

ID that was not found

Type

mixed

Methods

__construct()

__construct(mixed  $id) 

Consturct a new exception.

Parameters

mixed $id

ID that was not found

getId()

getId() : mixed

Get the ID that was not found.

Returns

mixed —

ID that was not found

concat()

concat(string  $message, string  $name) 

Insert the name in a message

Parameters

string $message

Error message

string $name

Name to insert