RevokeException constructor
RevokeException([
- String? errorMessage
Implementation
RevokeException([String? errorMessage]) : super(errorMessage);
RevokeException([String? errorMessage]) : super(errorMessage);