mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
5 lines
68 B
Rust
5 lines
68 B
Rust
#[derive(Debug)]
|
|
pub enum Error {
|
|
Bookmark,
|
|
PageNotFound,
|
|
}
|