diff --git a/aries/aries_vcx/src/errors/mapping_others.rs b/aries/aries_vcx/src/errors/mapping_others.rs index 3352b0b8f8..2e2372437b 100644 --- a/aries/aries_vcx/src/errors/mapping_others.rs +++ b/aries/aries_vcx/src/errors/mapping_others.rs @@ -76,14 +76,12 @@ impl From for AriesVcxError { } } -// map UriWrapperError impl From for AriesVcxError { fn from(err: UriWrapperError) -> Self { AriesVcxError::from_msg(AriesVcxErrorKind::InvalidInput, err.to_string()) } } -// TODO impl From for AriesVcxError { fn from(err: AriesVcxCoreError) -> Self { let kind = match err.kind() {