Class: Irc::Bot::MessageMapper::NoActionFailure

Inherits:
FriendlyFailure show all
Defined in:
lib/rbot/messagemapper.rb

Constant Summary collapse

STRING =
"%{template} calls undefined action %{action}"
FRIENDLY =
"uh-ho, somebody forgot to tell me how to do that ..."

Instance Attribute Summary

Attributes inherited from Failure

#message, #template

Method Summary

Methods inherited from FriendlyFailure

#friendly

Methods inherited from Failure

#initialize, #to_s

Constructor Details

This class inherits a constructor from Irc::Bot::MessageMapper::Failure