menu
mosaic package
documentation
exceptions.dart
ModuleException
ModuleException.new constructor
ModuleException.new constructor
dark_mode
light_mode
ModuleException
constructor
ModuleException
(
String
message
, {
String
?
moduleName
,
String
?
cause
,
String
?
fix
,
})
Implementation
ModuleException(super.message, {this.moduleName, super.cause, super.fix});
mosaic package
documentation
exceptions
ModuleException
ModuleException.new constructor
ModuleException class