/** * Copyright (C) 2013-2016 The Rythm Engine project * for LICENSE and other details see: * https://github.com/rythmengine/rythmengine */ package org.rythmengine.exception; /** * Created with IntelliJ IDEA. * User: luog * Date: 3/04/12 * Time: 6:55 AM * To change this template use File | Settings | File Templates. */ public class TagLoadException extends FastRuntimeException { public TagLoadException(Throwable t) { super(t); } }