mailgun-php/Mailgun/Guzzle/Common/Exception/RuntimeException.php
2013-07-17 22:48:12 -07:00

6 lines
122 B
PHP

<?php
namespace Guzzle\Common\Exception;
class RuntimeException extends \RuntimeException implements GuzzleException {}