Open Journal Systems  3.3.0
ErrorResponseExceptionInterface.php
1 <?php
2 
4 
7 
12 {
21  public static function fromCommand(CommandInterface $command, Response $response);
22 }
Guzzle\Plugin\ErrorResponse\ErrorResponseExceptionInterface
Definition: ErrorResponseExceptionInterface.php:11
Guzzle\Http\Message\Response
Definition: lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php:17
Guzzle\Plugin\ErrorResponse
Definition: ErrorResponseExceptionInterface.php:3
Guzzle\Service\Command\CommandInterface
Definition: CommandInterface.php:17
Guzzle\Plugin\ErrorResponse\ErrorResponseExceptionInterface\fromCommand
static fromCommand(CommandInterface $command, Response $response)