class BitPoker::BotError

Exception raised when a bot breaks rules of the BitPoker

Attributes

bot[R]

Public Class Methods

new( bot, message = "" ) click to toggle source
Calls superclass method
# File lib/bitpoker.rb, line 54
def initialize( bot, message = "" )
   super( message )
   @bot = bot
end