Exception: VoteFu::SelfVoteError
- Defined in:
- lib/vote_fu/errors.rb
Overview
Raised when a model attempts to vote on itself
Instance Method Summary collapse
-
#initialize(msg = "Cannot vote on yourself") ⇒ SelfVoteError
constructor
A new instance of SelfVoteError.
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 |