Files
2025-05-06 17:51:37 +08:00

11 lines
163 B
PHP
Executable File

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