fix HTTPSpecialCaseException::geetMsg()
This commit is contained in:
parent
8e821f4263
commit
f703f9342d
@ -17,7 +17,7 @@ class HTTPSpecialCaseException extends Exception {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function getMsg(){
|
public function getMsg(){
|
||||||
return $this->code;
|
return $this->msg;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user