mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-04 18:29:40 +02:00
8 lines
100 B
PHP
8 lines
100 B
PHP
<?php
|
|
|
|
namespace Guzzle\Common\Exception;
|
|
|
|
/**
|
|
* Guzzle exception
|
|
*/
|
|
interface GuzzleException {}
|