class RenderException extends Exception implements ProvidesSolution

Traits

Properties

protected string $message
protected string $description
protected $errors

Methods

mixed
parseResponse(ResponseInterface $response, $assoc = false)

No description

__construct(ResponseInterface $response)

No description

Solution
getSolution()

No description

Details

in ParsesResponse at line 13
protected mixed parseResponse(ResponseInterface $response, $assoc = false)

Parameters

ResponseInterface $response
$assoc

Return Value

mixed

at line 260
__construct(ResponseInterface $response)

Parameters

ResponseInterface $response

at line 303
Solution getSolution()

Return Value

Solution