mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-02-21 07:13:13 +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 {}
|