Searched refs:BotManagementError (Results 1 – 1 of 1) sorted by relevance
67 class BotManagementError(Exception): class71 class PidMisMatchError(BotManagementError):88 class DuplicateBotError(BotManagementError):246 raise BotManagementError('[Bot %s] %s' % (self.bot_id, str(e)))274 except BotManagementError as e: