[Haskell-cafe] question about throwDyn

Ryan Ingram ryani.spam at gmail.com
Fri Oct 12 18:03:45 EDT 2007


throwDyn e = throw (DynException (toDyn e))

You're wrapping the exception in a "DynException" wrapper, which shows
up as "(unknown)".

  -- ryan


More information about the Haskell-Cafe mailing list