mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-30 17:06:04 +03:00
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 {}
|