Exception: VoteFu::VoteableNotFoundError
- Defined in:
- lib/vote_fu/errors.rb
Overview
Raised when voteable is not found
Instance Method Summary collapse
-
#initialize(msg = "Voteable not found") ⇒ VoteableNotFoundError
constructor
A new instance of VoteableNotFoundError.
Constructor Details
#initialize(msg = "Voteable not found") ⇒ VoteableNotFoundError
Returns a new instance of VoteableNotFoundError.
30 31 32 |
# File 'lib/vote_fu/errors.rb', line 30 def initialize(msg = "Voteable not found") super end |