extends |
Exception |
---|
ApiException Class Doc Comment
Methods | ||
---|---|---|
public
|
__construct(
string $message = "",
int $code = 0,
string[]|null $responseHeaders = [],
stdClass|string|null $responseBody = null,
)
|
# |
public
|
getResponseHeaders(): string[]|null
|
# |
public
|
getResponseBody(): stdClass|string|null
|
# |
public
|
setResponseObject(mixed $obj): void
|
# |
public
|
getResponseObject(): mixed
|
# |
Methods inherited from Exception |
---|
__wakeup(), getMessage(), getCode(), getFile(), getLine(), getTrace(), getPrevious(), getTraceAsString(), __toString() |
Properties | |||
---|---|---|---|
protected
|
stdClass|string|null
|
$responseBody
|
# |
protected
|
string[]|null
|
$responseHeaders
|
# |
protected
|
stdClass|string|null
|
$responseObject
|
# |