abstract | |
---|---|
extends |
AbstractRequestException |
Methods | ||
---|---|---|
public
|
__construct(
string $message,
RequestInterface $request,
HttpResponseInterface $response,
array<string, mixed> $data = [],
?Throwable $previous = null,
)
|
# |
public
|
getResponse(): HttpResponseInterface
|
# |
public
|
getMetadata(): array
|
# |
Methods inherited from Salient\Curler\Exception\AbstractRequestException |
---|
getRequest(), |
Methods inherited from Exception |
---|
__wakeup(), getMessage(), getCode(), getFile(), getLine(), getTrace(), getPrevious(), getTraceAsString(), __toString() |
Methods used from Salient\Core\Concern\ExceptionTrait |
---|
withExitStatus(), getExitStatus(), __toString() |
Properties | |||
---|---|---|---|
protected
|
HttpResponseInterface
|
$Response
|
# |
Properties inherited from Salient\Curler\Exception\AbstractRequestException |
---|
$Request, $Data |
Properties used from Salient\Core\Concern\ExceptionTrait |
---|
$ExitStatus |