Instant is
off
|
Search plugin
|
Manual
|
haskell.org
ErrorCall
Packages
base
ErrorCall
:: String -> ErrorCall
base
Control.Exception.Base
,
base
Control.Exception
ErrorCall
:: String -> Exception
base
Control.OldException
The
ErrorCall
exception is thrown by
error
. The
String
argument of
ErrorCall
is the string passed to
error
when it was called.
data
ErrorCall
base
Control.Exception.Base
,
base
Control.Exception
This is thrown when the user calls
error
. The String is the argument given to
error
.
errorCall
s
:: Exception -> Maybe String
base
Control.OldException
©
Neil Mitchell
2004-2012, version 4.2.11