mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 22:07:09 +01:00
3 lines
55 B
Dart
3 lines
55 B
Dart
void throwError() {
|
|
throw Exception('Some error');
|
|
}
|