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