view core/src/luan/impl/BreakException.java @ 636:13b390bfed32

parser fixes
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 01 Mar 2016 07:29:01 -0700
parents 3dcb0f9bee82
children 067d9470184d
line wrap: on
line source

package luan.impl;


final class BreakException extends RuntimeException {}