NewerVersionException constructor
NewerVersionException([
- String? message
Implementation
NewerVersionException([String? message]) : super(message);
NewerVersionException([String? message]) : super(message);