Function JSONException.this

Constructs a new exception from the given message and location

this (
  string message,
  Location loc,
  string file = __FILE__,
  ulong line = cast(ulong)__LINE__
) @safe;