Current File : /home/j/v/z/jvzmxxx/wiki1/extensions/Flow/includes/Import/Exception.php
<?php
namespace Flow\Import;
use Flow\Exception\FlowException;
/**
* Base class for errors in the Flow\Import module
*/
class ImportException extends FlowException {
}