ViewException

Exception thrown by a view.

final
static if(isWebServer)
class ViewException : Exception {}

Constructors

this
this(string viewName, Throwable throwable, string fn, size_t ln)

Creates a new view exception.

Members

Functions

toString
string toString()

Retrieves a string equivalent to the exception text.

Meta