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