radar-wp/vendor/guzzle/common/Guzzle/Common/Exception/RuntimeException.php

6 lines
122 B
PHP
Raw Normal View History

2015-02-24 16:25:12 +01:00
<?php
namespace Guzzle\Common\Exception;
class RuntimeException extends \RuntimeException implements GuzzleException {}