Exception: Redisant::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Redisant::Error
- Defined in:
- lib/redisant/errors.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message) ⇒ Error
constructor
A new instance of Error.
Constructor Details
#initialize(message) ⇒ Error
Returns a new instance of Error.
4 5 6 |
# File 'lib/redisant/errors.rb', line 4 def initialize = end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
3 4 5 |
# File 'lib/redisant/errors.rb', line 3 def end |