fix HTTPSpecialCaseException::geetMsg()

This commit is contained in:
Thomas Rubini 2023-01-24 10:09:08 +01:00
parent 8e821f4263
commit f703f9342d
No known key found for this signature in database
GPG Key ID: C7D287C8C1CAC373

View File

@ -17,7 +17,7 @@ class HTTPSpecialCaseException extends Exception {
}
public function getMsg(){
return $this->code;
return $this->msg;
}
}