__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