laipower/wp-content/upgrade-temp-backup/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/ServerException.php
2023-10-22 22:21:48 +00:00

8 lines
161 B
PHP

<?php
namespace GuzzleHttp\Exception;
/**
* Exception when a server error is encountered (5xx codes)
*/
class ServerException extends BadResponseException {}