# plausible-analytics/trunk/src/Client/lib/Lib/GuzzleHttp/Exception/ServerException.php

Plausible Analytics, version trunk. 11 lines.

- Page: https://pluginprobe.com/plugins/plausible-analytics/trunk/code/src/Client/lib/Lib/GuzzleHttp/Exception/ServerException.php
- Raw: https://pluginprobe.com/plugins/plausible-analytics/trunk/raw/src/Client/lib/Lib/GuzzleHttp/Exception/ServerException.php
- Modified: 2024-02-06T09:14:54+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/plausible-analytics/trunk/code/src/Client/lib/Lib/GuzzleHttp/Exception/ServerException.php#L10-L20`.

```php
<?php

namespace Plausible\Analytics\WP\Client\Lib\GuzzleHttp\Exception;

/**
 * Exception when a server error is encountered (5xx codes)
 */
class ServerException extends BadResponseException
{
}

```
