HttpException.this
this
(string msg, Throwable next = null, string file = __FILE__, size_t line = __LINE__)Constructs an HTTP exception.
Parameters
msg | Human readable message. |
next | Optional chained exception. |
file | Source file where the exception was thrown. |
line | Source line where the exception was thrown. |