RestException.this

  1. this(int status, string result, string file, int line, Throwable next)
    class RestException
    @safe
    this
    (
    int status
    ,
    string result
    ,
    string file = __FILE__
    ,
    int line = __LINE__
    ,
    Throwable next = null
    )
  2. this(int status, Json jsonResult, string file, int line, Throwable next)

Meta