mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-27 02:41:53 +00:00
4 lines
80 B
Rust
4 lines
80 B
Rust
#[derive(Debug, thiserror::Error)]
|
|
#[error("Invalid ID")]
|
|
pub struct InvalidId;
|