Exception: RediPress::NoConfigurationsAvailable

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/redipress/errors.rb

Overview

A RuntimeError subclass for when no configurations are available.

Instance Method Summary collapse

Instance Method Details

#to_sObject



23
24
25
# File 'lib/redipress/errors.rb', line 23

def to_s
  "There aren't any configurations available to use."
end