TelegramBots / Telegram.Bot.Extensions.Exceptions

Exception Types extension to Telegram.Bot package
MIT License
7 stars 6 forks source link

Move exceptions into custom exception parser #7

Closed tuscen closed 4 years ago

MihaZupan commented 4 years ago

LGTM. Using Regex internally here is a great idea imo since it'll help keep detection simple/updatable/less prone to breaking on small changes

karb0f0s commented 4 years ago

all existing exception tests are moved here. it could be a first step, later PRs could add more new exceptions.