\hhu\z\exceptionsFileUploadException

Exception: File upload went wrong

Summary

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

Constants

CODE

CODE

Error code

MESSAGE

MESSAGE

Error message

Properties

$nestedMessage

$nestedMessage : string

Nested message

Type

string

Methods

__construct()

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

Construct a new exception.

Parameters

string $nestedMessage

Nested message

string $message

Error message

integer $code

Error code

getNestedMessage()

getNestedMessage() : \hhu\z\exceptions\Nested

Get nested message.

Returns

\hhu\z\exceptions\Nested —

message

concat()

concat(string  $message, string  $name) 

Insert the name in a message

Parameters

string $message

Error message

string $name

Name to insert