platform/lib/src/no_service.dart

2 lines
101 B
Dart
Raw Normal View History

2017-01-30 02:39:11 +00:00
ArgumentError noService(Pattern path) =>
new ArgumentError("No service exists at path '$path'.");