mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-02-15 12:33:14 +03:00
10 lines
149 B
PHP
10 lines
149 B
PHP
<?php
|
|
|
|
namespace Guzzle\Service\Exception;
|
|
|
|
use Guzzle\Common\Exception\RuntimeException;
|
|
|
|
class ResponseClassException extends RuntimeException
|
|
{
|
|
}
|