Class: Xcflushd::Storage::RenewAuthError

Inherits:
Flusher::XcflushdError
  • Object
show all
Defined in:
lib/xcflushd/storage.rb

Instance Method Summary collapse

Constructor Details

#initialize(service_id, credentials) ⇒ RenewAuthError

Returns a new instance of RenewAuthError.



34
35
36
37
# File 'lib/xcflushd/storage.rb', line 34

def initialize(service_id, credentials)
  super("Error while renewing the auth for service ID: #{service_id} "\
        "and credentials: #{credentials}")
end