Safe Haskell | None |
---|---|
Language | Haskell2010 |
Language.Javascript.JSaddle.Exception
Description
Documentation
newtype JSException Source #
Constructors
JSException JSVal |
Instances
Show JSException Source # | JavaScript exception >>> |
Defined in Language.Javascript.JSaddle.Exception Methods showsPrec :: Int -> JSException -> ShowS # show :: JSException -> String # showList :: [JSException] -> ShowS # | |
Exception JSException Source # | |
Defined in Language.Javascript.JSaddle.Exception Methods toException :: JSException -> SomeException # fromException :: SomeException -> Maybe JSException # displayException :: JSException -> String # |