add proper error handling

This commit is contained in:
Raptorox 2026-07-27 22:49:21 +02:00
parent b7669181a1
commit 809d24a70d
No known key found for this signature in database
GPG key ID: 8B3556FC3ED1F6D8
3 changed files with 67 additions and 37 deletions

View file

@ -1,2 +1,2 @@
mod client;
pub use client::RconClient;
pub use client::{RconClient, RconError, RconResult};