OpenTuiAbiMismatchException constructor
OpenTuiAbiMismatchException({})
Creates an ABI mismatch exception.
Implementation
OpenTuiAbiMismatchException({
required this.expected,
required this.found,
required this.buildInfo,
this.details,
});