mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 02:39:47 +02:00
8 lines
176 B
PHP
8 lines
176 B
PHP
<?php
|
|
|
|
namespace Guzzle\Http\Exception;
|
|
|
|
/**
|
|
* Exception when a client error is encountered (4xx codes)
|
|
*/
|
|
class ClientErrorResponseException extends BadResponseException {}
|