__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