mailgun-php/Mailgun/Guzzle/Service/Exception/ResponseClassException.php

10 lines
149 B
PHP
Raw Normal View History

2013-07-18 09:48:12 +04:00
<?php
namespace Guzzle\Service\Exception;
use Guzzle\Common\Exception\RuntimeException;
class ResponseClassException extends RuntimeException
{
}