view src/luan/interp/ReturnException.java @ 101:8ebcccca13ab

add missing TryStmt git-svn-id: https://luan-java.googlecode.com/svn/trunk@102 21e917c8-12df-6dd8-5cb6-c86387c605b9
author fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Mon, 10 Jun 2013 23:07:25 +0000
parents 5cf15507d77e
children
line wrap: on
line source

package luan.interp;


final class ReturnException extends RuntimeException {}