ViewError.this

Creates a new view error.

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

Parameters

viewName string

The name of the view that threw the error.

throwable Throwable

The throwable.

fn string

The file.

ln size_t

The line.

Meta