class RediPress::NoConfigurationsAvailable

A RuntimeError subclass for when no configurations are available.

Public Instance Methods

to_s() click to toggle source
# File lib/redipress/errors.rb, line 23
def to_s
  "There aren't any configurations available to use."
end