Security update to Drupal 8.4.6 with PHP held back to 7.0.27 to match the stoneboat...
[yaffs-website] / vendor / guzzlehttp / guzzle / src / Exception / ServerException.php
1 <?php
2 namespace GuzzleHttp\Exception;
3
4 /**
5  * Exception when a server error is encountered (5xx codes)
6  */
7 class ServerException extends BadResponseException {}