ConfigException.this

Constructor

  1. this(string path, string key, Mark position, string file, size_t line)
    class ConfigException
    @safe pure nothrow @nogc
    this
    (
    string path
    ,
    string key
    ,,
    string file = __FILE__
    ,
    size_t line = __LINE__
    )
  2. this(string path, Mark position, string file, size_t line)

Meta