mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-23 13:06:02 +03:00
8 lines
142 B
PHP
8 lines
142 B
PHP
|
<?php
|
||
|
|
||
|
namespace Guzzle\Service\Exception;
|
||
|
|
||
|
use Guzzle\Common\Exception\RuntimeException;
|
||
|
|
||
|
class CommandException extends RuntimeException {}
|