Exception: Colore::Errors::ColoreUnavailable

Inherits:
StandardError
  • Object
show all
Defined in:
lib/colore/errors.rb

Overview

Error raised when the Colore storage system is unavailable.

Instance Method Summary collapse

Constructor Details

#initializeColoreUnavailable

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