# fluentform/6.2.6/app/Services/Spout/Common/Exception/EncodingConversionException.php

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

- Page: https://pluginprobe.com/plugins/fluentform/6.2.6/code/app/Services/Spout/Common/Exception/EncodingConversionException.php
- Raw: https://pluginprobe.com/plugins/fluentform/6.2.6/raw/app/Services/Spout/Common/Exception/EncodingConversionException.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.6/code/app/Services/Spout/Common/Exception/EncodingConversionException.php#L10-L20`.

```php
<?php

namespace Box\Spout\Common\Exception;

/**
 * Class EncodingConversionException
 *
 * @api
 * @package Box\Spout\Common\Exception
 */
class EncodingConversionException extends SpoutException
{
}

```
