HttpException.this

this(string msg, Throwable next = null, string file = __FILE__, size_t line = __LINE__)

Constructs an HTTP exception.

Parameters

msgHuman readable message.
nextOptional chained exception.
fileSource file where the exception was thrown.
lineSource line where the exception was thrown.