We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 561febe commit 2278879Copy full SHA for 2278879
src/js/Core/PropertyBag.ts
@@ -93,7 +93,7 @@ export class PropertyBag {
93
return propertyValue;
94
}
95
else {
96
- throw serviceException.exception;
+ throw serviceException.outValue;
97
98
99
/**
0 commit comments