syntaxException

Undocumented in source. Be warned that the author may not have intended to support it.

  1. SyntaxException syntaxException(string msg, const(Source)* src, string file, size_t line)
    package @safe pure
    syntaxException
    (
    string msg
    ,
    const(Source)* src
    ,
    string file = __FILE__
    ,
    size_t line = __LINE__
    )
  2. SyntaxException syntaxException(string msg, const(Pos) pos, string file, size_t line)

Meta