forked from loafle/openapi-generator-original
Merge pull request #494 from FindTheBest/develop_2.0
Fixing bug in new APIClientException
This commit is contained in:
commit
fc52ab972b
@ -260,7 +260,7 @@ class APIClient {
|
||||
class APIClientException extends Exception {
|
||||
protected $response, $response_info;
|
||||
|
||||
public class __construct($message="", $code=0, $response_info=null, $response=null) {
|
||||
public function __construct($message="", $code=0, $response_info=null, $response=null) {
|
||||
parent::__construct($message, $code);
|
||||
$this->response_info = $response_info;
|
||||
$this->response = $response;
|
||||
|
Loading…
x
Reference in New Issue
Block a user