view core/src/luan/impl/BreakException.java @ 609:24b05963ba62

shell "clear" button now clears the session
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 09 Dec 2015 18:12:16 -0700
parents 3dcb0f9bee82
children 067d9470184d
line wrap: on
line source

package luan.impl;


final class BreakException extends RuntimeException {}