\hhu\z\exceptionsMailingException

Exception during sending of an e‑mail.

Summary

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

Constants

CODE

CODE

Error code

MESSAGE

MESSAGE

Error message

Properties

$error

$error : string

Nested error message

Type

string

Methods

__construct()

__construct(integer  $error, string  $message = self::MESSAGE, integer  $code = self::CODE) 

Construct a new exception.

Parameters

integer $error

Nested error message

string $message

Error message

integer $code

Error code

getError()

getError() : string

Get nested error message.

Returns

string —

Nested error message

concat()

concat(string  $message, string  $name) 

Insert the name in a message

Parameters

string $message

Error message

string $name

Name to insert