You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-24 23:01:05 +03:00
policy: define custom errors and ditch anyhow
This commit is contained in:
@@ -43,7 +43,9 @@ use thiserror::Error;
|
||||
|
||||
mod encrypter;
|
||||
|
||||
pub use self::encrypter::Encrypter;
|
||||
pub use aead;
|
||||
|
||||
pub use self::encrypter::{DecryptError, Encrypter};
|
||||
|
||||
/// Error type used when a key could not be loaded
|
||||
#[derive(Debug, Error)]
|
||||
|
||||
Reference in New Issue
Block a user