Function DOMException.customMsg

Prefixes a message with file/line information from the tag (if tag exists).

Optionally takes output range as a sink.

Prototypes

string customMsg(
  string msg
);

void customMsg(Sink)(
  ref Sink sink,
  string msg
)
if (isOutputRange!(Sink, char));

Authors

Copyright

License