blob: 6fb29962b35363db1b44c4c8727b7e4de009977b [file] [log] [blame]
/*******************************************************************************
* Copyright (C) 2018 Fondazione Bruno Kessler.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Alberto Debiasi - initial API and implementation
******************************************************************************/
package org.polarsys.chess.service.core.exceptions;
public class NoDiagramStatusException extends Exception {
private static final long serialVersionUID = 2851754756173385325L;
}