class RediPress::ConfigurationNotImplemented
A NotImplementedError subclass for when the ‘configure’ method has not been implemented by a Configuration
.
Public Instance Methods
to_s()
click to toggle source
# File lib/redipress/errors.rb, line 31 def to_s "The 'configure' method has not been implemented by the configuration." end