Exception: RedisVoteable::Exceptions::NotVotedError
- Inherits:
-
StandardError
- Object
- StandardError
- RedisVoteable::Exceptions::NotVotedError
- Defined in:
- lib/redis_voteable/exceptions.rb
Instance Method Summary (collapse)
-
- (NotVotedError) initialize
constructor
A new instance of NotVotedError.
Constructor Details
- (NotVotedError) initialize
A new instance of NotVotedError
18 19 20 |
# File 'lib/redis_voteable/exceptions.rb', line 18 def initialize super "The voteable was not voted by the voter." end |