RouteException.this

Creates a new route exception.

class RouteException
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