@override Future<String> extractV1Req({hint}) { try { return super.extractV1Req(); } on error.PayjoinError catch (e) { throw mapPayjoinError(e); } }