Class Summary |
CError |
CError is the error channel, also known as the null channel; it is designed
to render in place of other channels when something goes wrong. |
CThrower |
A channel which exists to throw a deeply nested exception at render time,
in order to give CError a chance to demonstrate its presentation of nested
throwables. |
CTimeout |
A channel which exists to demonstrate timing out on render. |
ErrorCode |
Error codes specific to the CError channel. |
ErrorDocument |
Represents an error renderable by CError. |