# jc-importer/trunk/class/Common/Importer/Exception/FileException.php

Import WP – CSV &amp; XML Import Export for WordPress, version trunk. 7 lines.

- Page: https://pluginprobe.com/plugins/jc-importer/trunk/code/class/Common/Importer/Exception/FileException.php
- Raw: https://pluginprobe.com/plugins/jc-importer/trunk/raw/class/Common/Importer/Exception/FileException.php
- Modified: 2020-09-22T19:27:48+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/jc-importer/trunk/code/class/Common/Importer/Exception/FileException.php#L10-L20`.

```php
<?php

namespace ImportWP\Common\Importer\Exception;

class FileException extends \Exception
{ }

```
