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 |
new file mode 100644 |
index 0000000000000000000000000000000000000000..cccaa703f6e0be470860c3138fc3a206e607849a |
--- /dev/null |
+++ b/client/html/generated/html/dartium/SVGException.dart |
@@ -0,0 +1,14 @@ |
+ |
+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()); |
+ } |
+} |