Mercurial Hosting > luan
changeset 484:2e17b54e69d9
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 11 May 2015 21:22:25 -0600 |
parents | 0db144c98564 |
children | c7acb40c6ca9 |
files | core/src/luan/LuanException.java |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/core/src/luan/LuanException.java Mon May 11 21:08:33 2015 -0600 +++ b/core/src/luan/LuanException.java Mon May 11 21:22:25 2015 -0600 @@ -13,8 +13,6 @@ LuanException(LuanBit bit,Object msg) throws LuanException { this( bit.luan.toString(msg), msg instanceof Throwable ? (Throwable)msg : null ); - if( msg instanceof LuanException ) - throw new RuntimeException(); table.rawPut("message",msg); for( StackTraceElement ste : bit.stackTrace() ) { LuanTable tbl = new LuanTable();