. */ namespace SP\Domain\Import\Services; use SP\Domain\Core\Exceptions\SPException; /** * Class ImportException * * @package SP\Domain\Import\Services */ final class ImportException extends SPException { }