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 server error is encountered (5xx codes)
|
|
*/
|
|
class ServerErrorResponseException extends BadResponseException {}
|