summaryrefslogtreecommitdiff
path: root/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ServerErrorResponseException.php
blob: f0f7cfe48107a251db887dc163c578bcada46689 (plain)
1
2
3
4
5
6
7
8
<?php

namespace Guzzle\Http\Exception;

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