UserRejectsError constructor

UserRejectsError(
  1. String? message
)

Implementation

UserRejectsError(String? message) : super(message);