identifiers: Re-export custom parse errors
This commit is contained in:
parent
c11dfb6b10
commit
b9f66dba6d
@ -1,5 +1,9 @@
|
||||
# [unreleased]
|
||||
|
||||
Bug fixes:
|
||||
|
||||
* Re-export `MatrixIdError`, `MatrixToError`, `MatrixUriError` and `MxcUriError`
|
||||
|
||||
Breaking changes:
|
||||
|
||||
* Add `user_id` field to `PushConditionRoomCtx`
|
||||
|
@ -34,7 +34,9 @@ pub use self::{
|
||||
user_id::{OwnedUserId, UserId},
|
||||
};
|
||||
#[doc(inline)]
|
||||
pub use ruma_identifiers_validation::error::Error as IdParseError;
|
||||
pub use ruma_identifiers_validation::error::{
|
||||
Error as IdParseError, MatrixIdError, MatrixToError, MatrixUriError, MxcUriError,
|
||||
};
|
||||
|
||||
pub mod matrix_uri;
|
||||
pub mod user_id;
|
||||
|
Loading…
x
Reference in New Issue
Block a user