activitystreams/src/error.rs
2020-07-25 16:59:15 -05:00

4 lines
112 B
Rust

#[derive(Clone, Debug, thiserror::Error)]
#[error("URL did not match expected domain")]
pub struct DomainError;