mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-22 12:40:32 +09:00
changes
This commit is contained in:
14
vendor/php-http/client-common/src/Exception/ServerErrorException.php
vendored
Normal file
14
vendor/php-http/client-common/src/Exception/ServerErrorException.php
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Http\Client\Common\Exception;
|
||||
|
||||
use Http\Client\Exception\HttpException;
|
||||
|
||||
/**
|
||||
* Thrown when there is a server error (5xx).
|
||||
*
|
||||
* @author Joel Wurtz <joel.wurtz@gmail.com>
|
||||
*/
|
||||
class ServerErrorException extends HttpException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user