Files
drmaterac.pl/modules/pdgoogleanalytycs4pro/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php
2025-01-06 20:47:25 +01:00

11 lines
164 B
PHP

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