whitelabel-plugins-update-s.../aws/GuzzleHttp/Exception/ServerException.php
2024-05-13 16:09:03 +05:00

10 lines
163 B
PHP

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