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