| Index: samples/ui_lib/layout/ViewLayout.dart
|
| diff --git a/samples/ui_lib/layout/ViewLayout.dart b/samples/ui_lib/layout/ViewLayout.dart
|
| index 98be5f1b47679e4ebc73a153ca603eb27804ae88..f9373026fb6a4ed9be2760395998aedacc724407 100644
|
| --- a/samples/ui_lib/layout/ViewLayout.dart
|
| +++ b/samples/ui_lib/layout/ViewLayout.dart
|
| @@ -213,7 +213,7 @@ class ViewLayout {
|
| return int.parse(style.substring(0, style.length - 2));
|
| } else {
|
| // TODO(jmesserly): other size units
|
| - throw new UnsupportedOperationException(
|
| + throw new UnsupportedError(
|
| 'Unknown min/max content size format: "$style"');
|
| }
|
| }
|
|
|