1
2
3
4
5
use thiserror::Error;

#[derive(Error, Debug, Clone)]
#[error("Got invalid API URI")]
pub struct InvalidApiUriError;