mirror of
https://0xacab.org/radar/radar-wp.git
synced 2025-04-08 01:16:28 +02:00
8 lines
100 B
PHP
8 lines
100 B
PHP
<?php
|
|
|
|
namespace Guzzle\Common\Exception;
|
|
|
|
/**
|
|
* Guzzle exception
|
|
*/
|
|
interface GuzzleException {}
|