Exception: Colore::Errors::ColoreUnavailable
- Inherits:
-
StandardError
- Object
- StandardError
- Colore::Errors::ColoreUnavailable
- Defined in:
- lib/colore/errors.rb
Overview
Error raised when the Colore storage system is unavailable.
Instance Method Summary collapse
-
#initialize ⇒ ColoreUnavailable
constructor
Initializes the error with a default message.
Constructor Details
#initialize ⇒ ColoreUnavailable
Initializes the error with a default message.
9 10 11 |
# File 'lib/colore/errors.rb', line 9 def initialize super('The Colore storage system is unavailable') end |