# give/4.16.8.1/src/Framework/Http/Response/Exceptions/HttpResponseException.php

GiveWP – Donation Plugin and Fundraising Platform, version 4.16.8.1. 13 lines.

- Page: https://pluginprobe.com/plugins/give/4.16.8.1/code/src/Framework/Http/Response/Exceptions/HttpResponseException.php
- Raw: https://pluginprobe.com/plugins/give/4.16.8.1/raw/src/Framework/Http/Response/Exceptions/HttpResponseException.php
- Modified: 2026-06-22T16:10:46+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.8.1/code/src/Framework/Http/Response/Exceptions/HttpResponseException.php#L10-L20`.

```php
<?php

namespace Give\Framework\Http\Response\Exceptions;

use Give\Framework\Exceptions\Primitives\Exception;

/**
 * @since 2.18.0
 */
class HttpResponseException extends Exception
{
}

```
