TypeConfigException.this

Constructor

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

Meta