platform/archived_packages/relations/lib/src/no_service.dart
2022-03-19 09:37:28 +08:00

2 lines
98 B
Dart

ArgumentError noService(Pattern path) =>
ArgumentError("No service exists at path '$path'.");