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

8 lines
142 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 CommandException extends RuntimeException {}