menu
stl
stl.dart
StdException
StdException.new const constructor
StdException.new
dark_mode
light_mode
StdException
constructor
const
StdException
(
String
message
)
Creates an exception with the given
message
.
Implementation
const StdException(this.message);
stl
stl
StdException
StdException.new const constructor
StdException class