DavException.this

  1. this(HTTPStatus status, string msg, string mime, string file, size_t line, Throwable next)
  2. this(HTTPStatus status, string msg, Throwable next, string mime, string file, size_t line)
    class DavException
    this
    (
    HTTPStatus status
    ,
    string msg
    ,
    Throwable next
    ,
    string mime = "plain/text"
    ,
    string file = __FILE__
    ,
    size_t line = __LINE__
    )

Meta