mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 02:39:47 +02:00
7 lines
170 B
PHP
7 lines
170 B
PHP
<?php
|
|
|
|
namespace Guzzle\Plugin\Cookie\Exception;
|
|
|
|
use Guzzle\Common\Exception\InvalidArgumentException;
|
|
|
|
class InvalidCookieException extends InvalidArgumentException {}
|