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