Exception: Qiniu::RS::MissingRefreshToken

Inherits:
MissingArgsError show all
Defined in:
lib/qiniu/rs/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize ⇒ MissingRefreshToken

Returns a new instance of MissingRefreshToken.



91
92
93
# File 'lib/qiniu/rs/exceptions.rb', line 91

def initialize
  super([:refresh_token])
end