# packeta/1.6.1/deps/guzzlehttp/guzzle/src/Exception/ServerException.php

Packeta, version 1.6.1. 11 lines.

- Page: https://pluginprobe.com/plugins/packeta/1.6.1/code/deps/guzzlehttp/guzzle/src/Exception/ServerException.php
- Raw: https://pluginprobe.com/plugins/packeta/1.6.1/raw/deps/guzzlehttp/guzzle/src/Exception/ServerException.php
- Modified: 2023-08-30T08:36:18+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/packeta/1.6.1/code/deps/guzzlehttp/guzzle/src/Exception/ServerException.php#L10-L20`.

```php
<?php

namespace Packetery\GuzzleHttp\Exception;

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

```
