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