We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
stack
1 parent bba5e06 commit da27bceCopy full SHA for da27bce
docs/Control/Monad/Eff/Exception.md
@@ -40,6 +40,14 @@ message :: Error -> String
40
41
Get the error message from a JavaScript error
42
43
+#### `stack`
44
+
45
+``` purescript
46
+stack :: Error -> Maybe String
47
+```
48
49
+Get the stack trace from a JavaScript error
50
51
#### `throwException`
52
53
``` purescript
src/Control/Monad/Eff/Exception.purs
@@ -6,6 +6,7 @@ module Control.Monad.Eff.Exception
6
, Error()
7
, error
8
, message
9
+ , stack
10
, throwException
11
, catchException
12
, throw
0 commit comments