See Release Notes
[Summary view]
1 <?php 2 3 namespace GuzzleHttp\Exception; 4 5 /** 6 * Exception when a server error is encountered (5xx codes) 7 */ 8 class ServerException extends BadResponseException 9 { 10 }
title
Description
Body