Add CustomErrorHandler and use it
Some checks are pending
Build docker image / Build-Docker-Image (push) Waiting to run
rust-clippy analyze / Run rust-clippy analyzing (push) Waiting to run

Ignore benign 'Bad Request: message to be replied not found' Telegram
error while logging other errors
This commit is contained in:
2025-10-25 20:16:19 +02:00
parent 17ef8a7f3d
commit 359a6b6137
3 changed files with 50 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
pub mod axum_server;
pub mod bot_manager_client;
pub mod closable_sender;
pub mod custom_error_handler;
pub mod internal;
pub mod utils;