menu
at_repl package
documentation
repl_exception.dart
REPLException
REPLException.new const constructor
REPLException.new const constructor
dark_mode
light_mode
REPLException
constructor
const
REPLException
(
String
message
, [
Exception
?
cause
])
Implementation
const REPLException(this.message, [this.cause]);
at_repl package
documentation
repl_exception
REPLException
REPLException.new const constructor
REPLException class