mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-04 18:29:40 +02:00
5 lines
134 B
PHP
5 lines
134 B
PHP
<?php
|
|
|
|
namespace Guzzle\Common\Exception;
|
|
|
|
class BadMethodCallException extends \BadMethodCallException implements GuzzleException {}
|