summaryrefslogtreecommitdiff
path: root/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php
blob: 8055e067c0a36bee35978008d81920b4d37d0834 (plain)
1
2
3
4
5
6
7
8
9
10
<?php

namespace GuzzleHttp\Exception;

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