csrb/api/application/vendor/aws-sdk/GuzzleHttp/Exception/ServerException.php
2019-10-12 12:13:27 +05:30

8 lines
161 B
PHP

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