Class: Xcflushd::Storage::RenewAuthError
- Inherits:
-
Flusher::XcflushdError
- Object
- Xcflushd::Storage::RenewAuthError
- Defined in:
- lib/xcflushd/storage.rb
Instance Method Summary collapse
-
#initialize(service_id, credentials) ⇒ RenewAuthError
constructor
A new instance of RenewAuthError.
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 |