UTFException.this

Standard exception constructors.

  1. this(string msg, string file, size_t line, Throwable next)
    class UTFException
    @nogc @safe pure nothrow
    this
    (
    string msg
    ,
    string file = __FILE__
    ,
    size_t line = __LINE__
    ,
    Throwable next = null
    )
  2. this(string msg, size_t index, string file, size_t line, Throwable next)

Meta