Exception: VoteFu::VoteableNotFoundError

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

Overview

Raised when voteable is not found

Instance Method Summary collapse

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