Function RestException.this
this
(
int status,
string result,
string file = __FILE__,
int line = __LINE__,
object .Throwable next = null
) @safe;
this
(
int status,
Json jsonResult,
string file = __FILE__,
int line = __LINE__,
object .Throwable next = null
) @safe;