view core/src/luan/LuanExitException.java @ 263:54873a389f80

add "http" and "https" protocols git-svn-id: https://luan-java.googlecode.com/svn/trunk@264 21e917c8-12df-6dd8-5cb6-c86387c605b9
author fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Wed, 29 Oct 2014 00:02:14 +0000
parents 3dcb0f9bee82
children
line wrap: on
line source

package luan;


public final class LuanExitException extends RuntimeException {}