Exception: RediPress::ConfigurationNotImplemented

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

Overview

A NotImplementedError subclass for when the ‘configure’ method has not been implemented by a Configuration.

Instance Method Summary collapse

Instance Method Details

#to_sObject



31
32
33
# File 'lib/redipress/errors.rb', line 31

def to_s
  "The 'configure' method has not been implemented by the configuration."
end