$nestedException $nestedException : \hhu\z\exceptions\Exception Nested exception Type \hhu\z\exceptions\Exception
__construct() __construct(string $nestedException, string $message = self::MESSAGE, integer $code = self::CODE) Construct a new exception. Parameters string $nestedException Nested exception string $message Error message integer $code Error code
getNestedException() getNestedException() : string Get Nested exception. Returns string — Nested exception
concat() concat(string $message, string $name) Insert the name in a message Parameters string $message Error message string $name Name to insert