ptth/crates/ptth_server/src/file_server/errors.rs

8 lines
80 B
Rust

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