ExceptionMixin.this - multiple declarations

Function ExceptionMixin.this

Prototype

this(
  string msg = null,
  Throwable next = null
);

Function ExceptionMixin.this

Prototype

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