ptth/crates/ptth_server/src/errors.rs

7 lines
75 B
Rust
Raw Normal View History

use thiserror::Error;
#[derive (Debug, Error)]
pub enum ServerError {
}