UpiException constructor
UpiException({
- required UpiExceptionType type,
- required String? message,
- required dynamic details,
- required String? stacktrace,
Implementation
UpiException({
required this.type,
required this.message,
required this.details,
required this.stacktrace,
});