8 lines
161 B
PHP
8 lines
161 B
PHP
<?php
|
|
|
|
namespace Guzzle\Plugin\ErrorResponse\Exception;
|
|
|
|
use Guzzle\Common\Exception\RuntimeException;
|
|
|
|
class ErrorResponseException extends RuntimeException {}
|