Exception: Redisant::InvalidArgument

Inherits:
Error
  • Object
show all
Defined in:
lib/redisant/errors.rb

Instance Attribute Summary

Attributes inherited from Error

#message

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ InvalidArgument

Returns a new instance of InvalidArgument.



10
11
12
# File 'lib/redisant/errors.rb', line 10

def initialize message
  super message
end