geewiz / twitch-bot

The twitch-bot Ruby gem for building Twitch chat bots

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clarify base class exception

geewiz opened this issue · comments

The exception text in EventHandler#call should make it clear that this method needs to be implemented.

Maybe simply raise NotImplementedError?