# give/4.16.9/src/Framework/Http/ConnectServer/Client/Exceptions/RequestException.php

GiveWP – Donation Plugin and Fundraising Platform, version 4.16.9. 16 lines.

- Page: https://pluginprobe.com/plugins/give/4.16.9/code/src/Framework/Http/ConnectServer/Client/Exceptions/RequestException.php
- Raw: https://pluginprobe.com/plugins/give/4.16.9/raw/src/Framework/Http/ConnectServer/Client/Exceptions/RequestException.php
- Modified: 2023-02-23T23:18:22+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/give/4.16.9/code/src/Framework/Http/ConnectServer/Client/Exceptions/RequestException.php#L10-L20`.

```php
<?php

namespace Give\Framework\Http\ConnectServer\Client\Exceptions;

use Give\Framework\Exceptions\Contracts\LoggableException;
use Give\Framework\Exceptions\Primitives\RuntimeException;
use Give\Framework\Exceptions\Traits\Loggable;

/**
 * @since 2.25.0
 */
class RequestException extends RuntimeException implements LoggableException
{
    use Loggable;
}

```
