/** * Copyright (C) 2013-2016 The Rythm Engine project * for LICENSE and other details see: * https://github.com/rythmengine/rythmengine */ package org.rythmengine.internal.parser; /** * Created by IntelliJ IDEA. * User: luog * Date: 27/01/12 * Time: 7:30 AM * To change this template use File | Settings | File Templates. */ public class NotRythmTemplateException extends RuntimeException { private static final long serialVersionUID = 1L; }