ptth/crates/ptth_server/src/errors.rs

7 lines
75 B
Rust

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