Exception: VoterLove::Exceptions::NotVotedError
- Inherits:
-
StandardError
- Object
- StandardError
- VoterLove::Exceptions::NotVotedError
- Defined in:
- lib/voter_love/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/voter_love/exceptions.rb', line 18 def initialize super "The votable was not voted by the voter." end |