ServerErrorException.this

Undocumented in source.
  1. this(string msg, string fn, size_t ln)
    class ServerErrorException
    @safe pure nothrow
    this
    (
    string msg
    ,
    string fn = __FILE__
    ,
    size_t ln = __LINE__
    )
  2. this(ResponseMessage error, string fn, size_t ln)

Meta