Source code for telegram_bot_discussion.handlers.buttons_handler.exceptions.buttons_map_is_empty

[docs] class ButtonsMapIsEmpty(Exception): def __str__(self) -> str: return f"Buttons-map is empty."