Index: client/html/generated/html/dartium/SVGException.dart |
diff --git a/client/html/generated/html/dartium/SVGException.dart b/client/html/generated/html/dartium/SVGException.dart |
deleted file mode 100644 |
index cccaa703f6e0be470860c3138fc3a206e607849a..0000000000000000000000000000000000000000 |
--- a/client/html/generated/html/dartium/SVGException.dart |
+++ /dev/null |
@@ -1,14 +0,0 @@ |
- |
-class _SVGExceptionImpl extends _DOMTypeBase implements SVGException { |
- _SVGExceptionImpl._wrap(ptr) : super._wrap(ptr); |
- |
- int get code() => _wrap(_ptr.code); |
- |
- String get message() => _wrap(_ptr.message); |
- |
- String get name() => _wrap(_ptr.name); |
- |
- String toString() { |
- return _wrap(_ptr.toString()); |
- } |
-} |