# give/4.16.9/src/Framework/Exceptions/Primitives/HttpHeaderException.php

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

- Page: https://pluginprobe.com/plugins/give/4.16.9/code/src/Framework/Exceptions/Primitives/HttpHeaderException.php
- Raw: https://pluginprobe.com/plugins/give/4.16.9/raw/src/Framework/Exceptions/Primitives/HttpHeaderException.php
- Modified: 2025-06-11T18:57:06+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/Exceptions/Primitives/HttpHeaderException.php#L10-L20`.

```php
<?php

namespace Give\Framework\Exceptions\Primitives;

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

/**
 * @since 4.3.2 Extends \Exception instead of \HttpHeaderException
 */
class HttpHeaderException extends \Exception implements LoggableException
{
    use Loggable;
}

```
