summaryrefslogtreecommitdiffstats
path: root/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php
blob: a573bc6e7eb99faf5a99831443fd82620573a59d (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
{
}