mirror of
https://0xacab.org/radar/radar-wp.git
synced 2024-12-25 01:56:28 +01:00
9 lines
100 B
PHP
9 lines
100 B
PHP
|
<?php
|
||
|
|
||
|
namespace Guzzle\Common\Exception;
|
||
|
|
||
|
/**
|
||
|
* Guzzle exception
|
||
|
*/
|
||
|
interface GuzzleException {}
|