mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 00:59:58 +09:00
9 lines
162 B
PHP
9 lines
162 B
PHP
<?php
|
|
namespace GuzzleHttp\Exception;
|
|
|
|
/**
|
|
* Exception when a server error is encountered (5xx codes)
|
|
*/
|
|
class ServerException extends BadResponseException
|
|
{
|
|
}
|