ViewError

Error thrown by a view.

Constructors

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

Creates a new view error.

Members

Functions

toString
string toString()

Retrieves a string equivalent to the error text.

Meta