Exception: VoterLove::Exceptions::NotVotedError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/voter_love/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initializeNotVotedError

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