diff --git a/Kernel/Exceptions/HTTPSpecialCaseException.php b/Kernel/Exceptions/HTTPSpecialCaseException.php index 9de37b9..d481161 100644 --- a/Kernel/Exceptions/HTTPSpecialCaseException.php +++ b/Kernel/Exceptions/HTTPSpecialCaseException.php @@ -17,7 +17,7 @@ class HTTPSpecialCaseException extends Exception { } public function getMsg(){ - return $this->code; + return $this->msg; } } \ No newline at end of file