class Ant::Bot::Adapter::Debug::NoMoreMessageException
Exception for stoping the loop of messages
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/ant/bot/adapters/debug.rb, line 78 def initialize super('There are no messages left') end