simple-0.10.0.2: A minimalist web framework for the WAI server interface

Safe HaskellSafe-Inferred

Web.Simple.Controller.Exception

Documentation

bracket :: Controller s a -> (a -> Controller s b) -> (a -> Controller s c) -> Controller s cSource

handle :: Exception e => (e -> Controller s a) -> Controller s a -> Controller s aSource