forked from loafle/openapi-generator-original
This commit is contained in:
committed by
William Cheng
parent
cfa5a55a28
commit
2af8868281
@@ -131,7 +131,7 @@ use {{invokerPackage}}\ObjectSerializer;
|
||||
"[{$e->getCode()}] {$e->getMessage()}",
|
||||
$e->getCode(),
|
||||
$e->getResponse() ? $e->getResponse()->getHeaders() : null,
|
||||
$e->getResponse()->getBody()->getContents()
|
||||
$e->getResponse() ? $e->getResponse()->getBody()->getContents() : null
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user