forked from lino/radar-wp
5 lines
122 B
PHP
5 lines
122 B
PHP
<?php
|
|
|
|
namespace Guzzle\Common\Exception;
|
|
|
|
class RuntimeException extends \RuntimeException implements GuzzleException {}
|