diff core/src/luan/LuanState.java @ 481:5d4a78c93383

luan errors are now tables
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 11 May 2015 20:26:36 -0600
parents b48cfa14ba60
children d3183a330ff5
line wrap: on
line diff
--- a/core/src/luan/LuanState.java	Mon May 11 16:43:04 2015 -0600
+++ b/core/src/luan/LuanState.java	Mon May 11 20:26:36 2015 -0600
@@ -52,7 +52,7 @@
 
 	private final LuanBit JAVA = bit(null);
 
-	public LuanException exception(Object msg) {
+	public LuanException exception(Object msg) throws LuanException {
 		return JAVA.exception(msg);
 	}