blob: 8fd87ff4fbde67c22f0affb3e44751b8dd437e0e [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010 xored software, Inc.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* xored software, Inc. - initial API and Implementation (Alex Panchenko)
*******************************************************************************/
package org.eclipse.dltk.ui.text.folding;
/**
* Exception to be thrown to abort current folding operation.
*/
public class AbortFoldingException extends RuntimeException {
private static final long serialVersionUID = 1L;
}