summaryrefslogtreecommitdiff
path: root/bin/wiki/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php
blob: 7cdd340866b63b318e78b38981565d3e78eaacdd (plain)
1
2
3
4
5
6
7
<?php
namespace GuzzleHttp\Exception;

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