MonacoException.this

this(string msg, string file = __FILE__, size_t line = __LINE__) @safe

Constructs a new MonacoException.

Parameters

msgThe error message.
fileThe source file where the exception was thrown.
lineThe line number where the exception was thrown.