menu
get_cli package
documentation
exception_handler/exceptions/cli_exception.dart
CliException
CliException constructor
CliException 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 constructor
CliException class