add proper error handling
This commit is contained in:
parent
b7669181a1
commit
809d24a70d
3 changed files with 67 additions and 37 deletions
|
|
@ -1,2 +1,2 @@
|
|||
mod client;
|
||||
pub use client::RconClient;
|
||||
pub use client::{RconClient, RconError, RconResult};
|
||||
Loading…
Add table
Add a link
Reference in a new issue