menu
fclean package
documentation
utils/exceptions.dart
CleanerException
CleanerException.new const constructor
CleanerException.new const constructor
dark_mode
light_mode
CleanerException
constructor
const
CleanerException
(
String
message
, {
int
exitCode
=
1
,
})
Implementation
const CleanerException(this.message, {this.exitCode = 1});
fclean package
documentation
utils/exceptions
CleanerException
CleanerException.new const constructor
CleanerException class