@override String? query({hint}) { try { return super.query(); } on error.PayjoinError catch (e) { throw mapPayjoinError(e); } }