Skip to content

Commit 47176b4

Browse files
author
wigginsp
committed
Version 1.0.3 - Amended decoder
1 parent 8de71c4 commit 47176b4

File tree

2 files changed

+86
-89
lines changed

2 files changed

+86
-89
lines changed

.idea/workspace.xml

Lines changed: 85 additions & 89 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/src/objects/parse_exception.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ part of flutter_parse_sdk;
33
/// ParseException is used in [ParseResult] to inform the user of the exception
44
class ParseException {
55

6+
int code;
67
String message;
78

89
ParseException();

0 commit comments

Comments
 (0)