Exception: MakeVoteable::Exceptions::InvalidVoteableError
- Inherits:
-
StandardError
- Object
- StandardError
- MakeVoteable::Exceptions::InvalidVoteableError
- Defined in:
- lib/make_voteable/exceptions.rb
Instance Method Summary collapse
-
#initialize ⇒ InvalidVoteableError
constructor
A new instance of InvalidVoteableError.
Constructor Details
#initialize ⇒ InvalidVoteableError
Returns a new instance of InvalidVoteableError.
24 25 26 |
# File 'lib/make_voteable/exceptions.rb', line 24 def initialize super "Invalid voteable." end |