UnsupportedDocumentEncodingException constructor
Implementation
UnsupportedDocumentEncodingException({String? type, String? message})
: super(
type: type,
code: 'UnsupportedDocumentEncodingException',
message: message);