view core/src/luan/LuanExitException.java @ 379:e9e445e28f0b

add error checking to Hosting
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 20 Apr 2015 12:24:54 -0600
parents 3dcb0f9bee82
children
line wrap: on
line source

package luan;


public final class LuanExitException extends RuntimeException {}