| Index: client/html/generated/src/interface/SVGException.dart
|
| diff --git a/client/html/generated/src/interface/EventException.dart b/client/html/generated/src/interface/SVGException.dart
|
| similarity index 63%
|
| copy from client/html/generated/src/interface/EventException.dart
|
| copy to client/html/generated/src/interface/SVGException.dart
|
| index 0dee661b1540ae7f66437e71ac69be851f27655f..ebae8793ec2cf9237924d1c54583cb363f37de54 100644
|
| --- a/client/html/generated/src/interface/EventException.dart
|
| +++ b/client/html/generated/src/interface/SVGException.dart
|
| @@ -4,15 +4,19 @@
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| -interface EventException {
|
| +interface SVGException {
|
|
|
| - static final int DISPATCH_REQUEST_ERR = 1;
|
| + static final int SVG_INVALID_VALUE_ERR = 1;
|
|
|
| - static final int UNSPECIFIED_EVENT_TYPE_ERR = 0;
|
| + static final int SVG_MATRIX_NOT_INVERTABLE = 2;
|
| +
|
| + static final int SVG_WRONG_TYPE_ERR = 0;
|
|
|
| int get code();
|
|
|
| String get message();
|
|
|
| String get name();
|
| +
|
| + String toString();
|
| }
|
|
|