Skip to content

Instantly share code, notes, and snippets.

@FrozenCow
Created June 9, 2014 12:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FrozenCow/136f13b0bf9376ffdc1b to your computer and use it in GitHub Desktop.
Save FrozenCow/136f13b0bf9376ffdc1b to your computer and use it in GitHub Desktop.
Snap custom error handling
main = httpServe config site
where
config = setErrorHandler handleError defaultConfig
handleError exception = liftIO $ do
hPutStr stderr "Error: "
hPrint stderr $ exception
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment