menu
dart_ssi package
documentation
exceptions.dart
SsiException
SsiException constructor
SsiException constructor
dark_mode
light_mode
SsiException
constructor
SsiException
(
String
message
, {
required
int
code
,
Exception
?
baseException
,
})
Implementation
SsiException(this.message, {required this.code, this.baseException});
dart_ssi package
documentation
exceptions
SsiException
SsiException constructor
SsiException class