THATMobile/alice/lib/model/alice_http_error.dart
2026-02-26 10:39:42 +07:00

5 lines
68 B
Dart

class AliceHttpError {
dynamic error;
StackTrace? stackTrace;
}