<?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 {
}
