| Safe Haskell | None |
|---|
Language.Javascript.JSC.Exception
Description
- data JSException = JSException JSValueRef
- rethrow :: (JSValueRefRef -> JSC a) -> JSC a
Documentation
data JSException
Constructors
| JSException JSValueRef |
Instances
| Show JSException | |
| Typeable JSException | |
| Exception JSException |
rethrow :: (JSValueRefRef -> JSC a) -> JSC a
Catch JavaScript exceptions and rethrow Haskell ones