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