That did the trick, thanks.
Steve
On Thu, Jun 24, 2010 at 9:43 AM, Meikel Brandmeyer wrote:
> Hi,
>
> On Jun 24, 6:34 am, Steve Molitor wrote:
>
> > user=> (throw (java.lang.Exception. (str "Whoops: " messages)))
> > java.lang.Exception: Whoops: clojure.lang.lazy...@13291(NO_SOURCE_FILE:0)
>
>
Hi,
On Jun 24, 6:34 am, Steve Molitor wrote:
> user=> (throw (java.lang.Exception. (str "Whoops: " messages)))
> java.lang.Exception: Whoops: clojure.lang.lazy...@13291 (NO_SOURCE_FILE:0)
Wrap messages into a call to seq.
Sincerely
Meikel
--
You received this message because you are subscrib