\nre\exceptionsServiceUnavailableException

Exception: Service is unavailable.

Summary

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

Constants

CODE

CODE

Error code

MESSAGE

MESSAGE

Error message

Properties

$exception

$exception : \nre\exceptions\Exception

Throws exception

Type

\nre\exceptions\Exception

Methods

__construct()

__construct(\Exception  $exception) 

Construct a new exception.

Parameters

\Exception $exception

Exception that has occurred

getException()

getException() : \Exception

Get the exception that hat occurred

Returns

\Exception —

Exception that has occurred

concat()

concat(string  $message, string  $name) 

Insert the name in a message

Parameters

string $message

Error message

string $name

Name to insert