Sampanna Rimal 9cd05ef3cb commitall
2024-07-10 18:28:19 +05:45

11 lines
163 B
PHP

<?php
namespace GuzzleHttp\Exception;
/**
* Exception when a server error is encountered (5xx codes)
*/
class ServerException extends BadResponseException
{
}