Repository URL to install this package:
|
Version:
2.3.7 ▾
|
<?php
namespace GuzzleHttp\Exception;
/**
* Exception when a server error is encountered (5xx codes)
*/
class ServerException extends BadResponseException {}