package net.minecraft.src.weasel.exception;


public class EndOfProgramException extends WeaselRuntimeException {

	public EndOfProgramException() {
		super("End of an instruction list reached.");
	}

}
