JSException.this - multiple declarations

Function JSException.this

Constructs a new instace of JSException.

this (
  string msg,
  const(JSValue) exception = null,
  string file = __FILE__,
  ulong line = 34LU
);

Function JSException.this

Constructs a new instace of JSException given the Script from which this exception was thrown.

this (
  string msg,
  const(Script) script,
  string file = __FILE__,
  ulong line = 42LU
);