Class: Ant::Bot::Adapter::Debug::NoMoreMessageException

Inherits:
Exceptions::AntError
  • Object
show all
Defined in:
lib/ant/bot/adapters/debug.rb

Overview

Exception for stoping the loop of messages

Instance Method Summary collapse

Constructor Details

#initializeNoMoreMessageException

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