MiniProgramRenderException constructor
const
MiniProgramRenderException({})
Creates a controlled render exception.
Implementation
const MiniProgramRenderException({
required this.message,
this.errorCode = MiniProgramErrorCodes.manifestParseFailure,
this.details = const <String, dynamic>{},
});