| Index: pkg/intl/lib/date_format.dart
|
| diff --git a/pkg/intl/lib/date_format.dart b/pkg/intl/lib/date_format.dart
|
| index e33c28067c91a78470a9f8c3bdcf6c16bbe0aa1f..f581bbe9f55e6488d90460d751bffddd864a1984 100644
|
| --- a/pkg/intl/lib/date_format.dart
|
| +++ b/pkg/intl/lib/date_format.dart
|
| @@ -182,7 +182,7 @@ class DateFormat {
|
| * However, the skeleton version would also adapt to other locales.
|
| *
|
| * If [locale] does not exist in our set of supported locales then an
|
| - * [IllegalArgumentException] is thrown.
|
| + * [ArgumentError] is thrown.
|
| */
|
| DateFormat([String newPattern, String locale]) {
|
| // TODO(alanknight): It should be possible to specify multiple skeletons eg
|
|
|