Exception: VoteFu::SelfVoteError

Inherits:
Error
  • Object
show all
Defined in:
lib/vote_fu/errors.rb

Overview

Raised when a model attempts to vote on itself

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Cannot vote on yourself") ⇒ SelfVoteError

Returns a new instance of SelfVoteError.



16
17
18
# File 'lib/vote_fu/errors.rb', line 16

def initialize(msg = "Cannot vote on yourself")
  super
end