Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
103 |
- |
1 |
<?php
|
|
|
2 |
namespace GuzzleHttp\Exception;
|
|
|
3 |
|
|
|
4 |
/**
|
|
|
5 |
* Exception when a server error is encountered (5xx codes)
|
|
|
6 |
*/
|
|
|
7 |
class ServerException extends BadResponseException {}
|