Exception: Qiniu::S3::MissingUsernameOrPassword

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

Instance Method Summary collapse

Methods inherited from Exception

#to_s

Constructor Details

#initializeMissingUsernameOrPassword



63
64
65
# File 'lib/qiniu/s3/exceptions.rb', line 63

def initialize
  super([:username, :password])
end