# double-opt-in/5.5.0/src/Container/NotFoundException.php

Double Opt-In for Contact Form 7 – Secure, GDPR-Compliant Email Verification, version 5.5.0. 22 lines.

- Page: https://pluginprobe.com/plugins/double-opt-in/5.5.0/code/src/Container/NotFoundException.php
- Raw: https://pluginprobe.com/plugins/double-opt-in/5.5.0/raw/src/Container/NotFoundException.php
- Modified: 2026-01-29T14:02:52+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/double-opt-in/5.5.0/code/src/Container/NotFoundException.php#L10-L20`.

```php
<?php
/**
 * Container Not Found Exception
 *
 * @package Forge12\DoubleOptIn\Container
 * @since   4.0.0
 */

namespace Forge12\DoubleOptIn\Container;

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class NotFoundException
 *
 * Exception thrown when a requested entry is not found in the container.
 */
class NotFoundException extends \Exception {
}

```
