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