package vooga.engine.resource;

public class SQLiteRuntimeException extends RuntimeException {

	private static final long serialVersionUID = 1027346457790449049L;
	
	public SQLiteRuntimeException() {
		super();
	}
	
	public SQLiteRuntimeException(Throwable t) {
		super(t);
	}

}
