Index: client/dom/generated/src/frog/EventException.dart |
diff --git a/client/dom/generated/src/frog/EventException.dart b/client/dom/generated/src/frog/EventException.dart |
deleted file mode 100644 |
index 1b2f6e7c46752ae39788586ac3dffa355ac6ce2e..0000000000000000000000000000000000000000 |
--- a/client/dom/generated/src/frog/EventException.dart |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
- |
-class _EventExceptionJs extends _DOMTypeJs implements EventException native "*EventException" { |
- |
- static final int DISPATCH_REQUEST_ERR = 1; |
- |
- static final int UNSPECIFIED_EVENT_TYPE_ERR = 0; |
- |
- final int code; |
- |
- final String message; |
- |
- final String name; |
- |
- String toString() native; |
-} |