Add dart fixture project

This commit is contained in:
Michal Dorner
2020-10-18 19:57:47 +02:00
parent c7b8acb0d7
commit cd21268493
10 changed files with 464 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
void throwError() {
throw Exception('Some error');
}