DOMException.customMsg

Prefixes a message with file/line information from the tag (if tag exists). Optionally takes output range as a sink.

  1. string customMsg(string msg)
  2. void customMsg(Sink sink, string msg)
    class DOMException
    void
    customMsg
    (
    Sink
    )
    (
    ref Sink sink
    ,
    string msg
    )
    if (
    isOutputRange!(Sink, char)
    )

Meta