mirror of
https://0xacab.org/radar/radar-wp.git
synced 2024-12-24 09:36:27 +01:00
5 lines
122 B
PHP
5 lines
122 B
PHP
<?php
|
|
|
|
namespace Guzzle\Common\Exception;
|
|
|
|
class RuntimeException extends \RuntimeException implements GuzzleException {}
|