<?php namespace Flow\Import; use Flow\Exception\FlowException; /** * Base class for errors in the Flow\Import module */ class ImportException extends FlowException { }