# fluentform/1.2.4/framework/Exception/UnResolveableEntityException.php

Fluent Forms – Customizable Contact Forms, Survey, Quiz, &amp; Conversational Form Builder, version 1.2.4. 8 lines.

- Page: https://pluginprobe.com/plugins/fluentform/1.2.4/code/framework/Exception/UnResolveableEntityException.php
- Raw: https://pluginprobe.com/plugins/fluentform/1.2.4/raw/framework/Exception/UnResolveableEntityException.php
- Modified: 2017-12-29T16:40:50+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/fluentform/1.2.4/code/framework/Exception/UnResolveableEntityException.php#L10-L20`.

```php
<?php

namespace FluentForm\Framework\Exception;

class UnResolveableEntityException extends \Exception
{
	// ...
}
```
