1
0
Fork 0
mirror of https://github.com/dorny/test-reporter.git synced 2026-02-04 05:27:55 +01:00
test-reporter/reports/dart/lib/main.dart
2020-10-18 19:57:47 +02:00

3 lines
55 B
Dart

void throwError() {
throw Exception('Some error');
}