Instant is
off
|
Search plugin
|
Manual
|
haskell.org
catch
+cgi
Packages
cgi
catch
CGI
:: (MonadCGI m, MonadCatchIO m) => m a -> (SomeException -> m a) -> m a
cgi
Network.CGI.Monad
,
cgi
Network.CGI
Catches any expection thrown by a CGI action, and uses the given exception handler if an exception is thrown.
©
Neil Mitchell
2004-2012, version 4.2.11