OAuthException.this

Creates a new instance of OAuthException representing a client side error condition.

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

Parameters

msg string

human-readable error message.

file string

(implicit)

line size_t

(implicit)

next Throwable

(implicit)

Meta