summaryrefslogtreecommitdiffstats
path: root/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php
blob: 127094c149959a8c95be188f699bc3e5219e0e19 (plain) (blame)
1
2
3
4
5
6
7
8
9
<?php
namespace GuzzleHttp\Exception;

/**
 * Exception when a server error is encountered (5xx codes)
 */
class ServerException extends BadResponseException
{
}