menu
get_cli package
documentation
exception_handler/exceptions/cli_exception.dart
CliException
CliException.new constructor
CliException.new constructor
dark_mode
light_mode
CliException
constructor
CliException
(
String
?
message
, {
String
?
codeSample
=
''
,
})
Implementation
CliException(
this
.message, {
this
.codeSample =
''
});
get_cli package
documentation
exception_handler/exceptions/cli_exception
CliException
CliException.new constructor
CliException class