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