menu
dartkit2 package
documentation
dartkit.dart
CatchException
CatchException.new constructor
CatchException.new constructor
dark_mode
light_mode
CatchException
constructor
CatchException
(
Error
?
error
,
Exception
?
exception
)
Implementation
CatchException(Error? error, Exception? exception) { _error = error; _exception = exception; }
dartkit2 package
documentation
dartkit
CatchException
CatchException.new constructor
CatchException class