The Hyperbole Effect allows us to skip the normal update cycle to directly access the Request or manipulate the Client
It also allows us to directly affect the response and the javascript client
Any uncaught exceptions thrown from a handler will be displayed in a bright red box inline in the corresponding HyperView
You can use the same mechanism to exit execution early and display an application error to handle edge cases
Handle any expected errors in your view function, by making it accept a Maybe or Either
You can also exit execution early and display a custom view from application code or from caught execptions