ViewError.this

Creates a new view error.

class ViewError
this
(
string viewName
,
Throwable error
,
string fn = __FILE__
,
size_t ln = __LINE__
)

Parameters

viewName string

The name of the view that threw the error.

error Throwable

The error.

fn string

The file.

ln size_t

The line.

Meta