| Index: client/dom/generated/src/frog/SQLException.dart
|
| diff --git a/client/dom/generated/src/frog/SQLException.dart b/client/dom/generated/src/frog/SQLException.dart
|
| index 83e65496522c01b5e5e33a30ff1bc38676f0c048..3b4c013e4a84efaa0385c63e3edca7b9fc007813 100644
|
| --- a/client/dom/generated/src/frog/SQLException.dart
|
| +++ b/client/dom/generated/src/frog/SQLException.dart
|
| @@ -17,9 +17,9 @@ class SQLException native "*SQLException" {
|
|
|
| static final int VERSION_ERR = 2;
|
|
|
| - int code;
|
| + int get code() native "return this.code;";
|
|
|
| - String message;
|
| + String get message() native "return this.message;";
|
|
|
| var dartObjectLocalStorage;
|
|
|
|
|