Class: Ant::Bot::Adapter::Debug::NoMoreMessageException
- Inherits:
-
Exceptions::AntError
- Object
- Exceptions::AntError
- Ant::Bot::Adapter::Debug::NoMoreMessageException
- Defined in:
- lib/ant/bot/adapters/debug.rb
Overview
Exception for stoping the loop of messages
Instance Method Summary collapse
-
#initialize ⇒ NoMoreMessageException
constructor
A new instance of NoMoreMessageException.
Constructor Details
#initialize ⇒ NoMoreMessageException
Returns a new instance of NoMoreMessageException.
78 79 80 |
# File 'lib/ant/bot/adapters/debug.rb', line 78 def initialize super('There are no messages left') end |