Current File : /home/jvzmxxx/wiki1/extensions/Flow/includes/Import/SourceStore/Exception.php
<?php
namespace Flow\Import\SourceStore;
use Flow\Import\ImportException;
/**
* A failure occurred trying to read or write to the
* permanent storage backing the SourceStoreInterface.
*/
class Exception extends ImportException {
}