issues
search
xooniverse
/
televerse
Your gateway to seamless Telegram Bot Development 💙
https://televerse.xooniverse.com
BSD 3-Clause "New" or "Revised" License
64
stars
11
forks
source link
Error handling ✨
#132
Closed
HeySreelal
closed
1 year ago
HeySreelal
commented
1 year ago
Improved error handling.
All exceptions thrown inside handler methods will now be caught and passed to the
onError
method.
That is no more unexpected crashes even if you don't handle the exceptions inside the handler methods.
onError
method.