Frontend first draft
This commit is contained in:
3
frontend/pshared/lib/provider/exception.dart
Normal file
3
frontend/pshared/lib/provider/exception.dart
Normal file
@@ -0,0 +1,3 @@
|
||||
Exception toException(Object e) {
|
||||
return e is Exception ? e : Exception(e.toString());
|
||||
}
|
||||
Reference in New Issue
Block a user