package edu.temple.cis.mysepta.data; public class MySeptaException extends Exception { public MySeptaException(){ super();} public MySeptaException(String msg){ super(msg);} }