hsp-0.7.1: Haskell Server Pages is a library for writing dynamic server-side web pages.

Portabilityneeds dynamic exceptions and deriving Typeable
Stabilityexperimental
MaintainerNiklas Broberg, nibro@cs.chalmers.se
Safe HaskellNone

HSP.Exception

Description

Defines a datatype for runtime exceptions that may arise during the evaluation of a HSP page.

Documentation

data Exception Source

Constructors

ParameterLookupFailed String

User tried to do an irrefutable parameter lookup that failed. | ... I'm sure there should be more exceptions, we'll add them when we get to them.