mirror of
https://0xacab.org/radar/radar-wp.git
synced 2025-04-08 01:16:28 +02:00
5 lines
122 B
PHP
5 lines
122 B
PHP
<?php
|
|
|
|
namespace Guzzle\Common\Exception;
|
|
|
|
class RuntimeException extends \RuntimeException implements GuzzleException {}
|