ParseException.this - multiple declarations

Function ParseException.this

Prototype

this(
  string msg,
  string file = __FILE__,
  ulong line = cast(ulong)__LINE__
);

Function ParseException.this

Prototype

this(
  Location location,
  string msg,
  string file = __FILE__,
  ulong line = cast(ulong)__LINE__
);

Authors

Copyright

License