menu
miniscript package
documentation
miniscript_errors.dart
TypeException
TypeException.new constructor
TypeException.new constructor
dark_mode
light_mode
TypeException
constructor
TypeException
(
[
String
message
=
"Type Error (wrong type for whatever you're doing)"
,
Exception
?
inner
])
Implementation
TypeException( [super.message = "Type Error (wrong type for whatever you're doing)", super.inner]);
miniscript package
documentation
miniscript_errors
TypeException
TypeException.new constructor
TypeException class