8 lines
161 B
PHP
Raw Normal View History

2013-07-17 22:48:12 -07:00
<?php
namespace Guzzle\Plugin\ErrorResponse\Exception;
use Guzzle\Common\Exception\RuntimeException;
class ErrorResponseException extends RuntimeException {}