// License: GPL. For details, see LICENSE file.
package org.openstreetmap.josm.io;

/**
 * All exceptions resulting from a user cancellation during any import should implement this interface.
 * @since 6621
 */
public interface ImportCancelException {

}
