view core/src/luan/impl/ReturnException.java @ 497:55f9f74f1e55

Http.request is now pure luan
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 17 May 2015 19:25:47 -0600
parents 3dcb0f9bee82
children
line wrap: on
line source

package luan.impl;


final class ReturnException extends RuntimeException {}