# fluentform/6.2.4/app/Services/Spout/Reader/Exception/SharedStringNotFoundException.php

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

- Page: https://pluginprobe.com/plugins/fluentform/6.2.4/code/app/Services/Spout/Reader/Exception/SharedStringNotFoundException.php
- Raw: https://pluginprobe.com/plugins/fluentform/6.2.4/raw/app/Services/Spout/Reader/Exception/SharedStringNotFoundException.php
- Modified: 2019-05-31T20:28:28+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/6.2.4/code/app/Services/Spout/Reader/Exception/SharedStringNotFoundException.php#L10-L20`.

```php
<?php

namespace Box\Spout\Reader\Exception;

/**
 * Class SharedStringNotFoundException
 *
 * @api
 * @package Box\Spout\Reader\Exception
 */
class SharedStringNotFoundException extends ReaderException
{
}

```
