Jskad/source/org/thdl/quilldriver/SmartMoviePanelException.java

14 lines
208 B
Java
Raw Normal View History

package org.thdl.quilldriver;
public class SmartMoviePanelException extends Exception
{
public SmartMoviePanelException()
{
super();
}
public SmartMoviePanelException(String msg)
{
super(msg);
}
}