hquery-0.1.0.2: A query language for transforming HTML5

Safe HaskellSafe-Inferred

Text.Hquery.Internal.Error

Description

NOTE: This exception should only be used to indicate an Hquery bug.

Synopsis

Documentation

raise :: String -> aSource

Unconditionally throw an HqueryInternalException with the specified error message. This should not be used for user errors, just internal hquery errors.