HtmlException.this

Creates a new html exception.

class HtmlException
@safe
this
(
string message
,
string fn = __FILE__
,
size_t ln = __LINE__
)

Parameters

message string

The message.

fn string

The file.

ln size_t

The line.

Meta