Exception: VoterLove::Exceptions::InvalidVotableError

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

Instance Method Summary collapse

Constructor Details

#initializeInvalidVotableError

Returns a new instance of InvalidVotableError.



24
25
26
# File 'lib/voter_love/exceptions.rb', line 24

def initialize
  super "Invalid votable."
end