ActionErrorHook cannot prevent exception from throwing
Denire opened this issue · 1 comments
Denire commented
ActionErrorHook
is a hook invoked on action error. But use case for this hook looks a bit unclear.
Having error, user might want to handle this error, but hook does not allow error handling. It only allows to react in some way to error, while further processing in BotEngine
will be aborted.
@morfeusys maybe we should create ActionErrorHandler
instead of ActionErrorHook
?