mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-01 10:55:23 -08:00
4 lines
55 B
Dart
4 lines
55 B
Dart
void throwError() {
|
|
throw Exception('Some error');
|
|
}
|