view core/src/luan/impl/ReturnException.java @ 500:ab9c2afefb47

add response.binary_writer
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 18 May 2015 20:59:30 -0600
parents 3dcb0f9bee82
children
line wrap: on
line source

package luan.impl;


final class ReturnException extends RuntimeException {}