RevokeException constructor

RevokeException([
  1. String? errorMessage
])

Implementation

RevokeException([String? errorMessage]) : super(errorMessage);