view core/src/luan/impl/ReturnException.java @ 404:d55e873e1f0d

metatables now only apply to tables
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 29 Apr 2015 07:04:40 -0600
parents 3dcb0f9bee82
children
line wrap: on
line source

package luan.impl;


final class ReturnException extends RuntimeException {}