HTTPStatusException

Respresents a HTTP response status.

Throwing this exception from within a request handler will produce a matching error page.

Constructors

this
this(int status, string message, string file, size_t line, Throwable next)
Undocumented in source.

Members

Properties

status
int status [@property getter]

The HTTP status code

Variables

debugMessage
string debugMessage;
Undocumented in source.

Meta