Skip to content

Commit 2278879

Browse files
committed
fixes #335
1 parent 561febe commit 2278879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/Core/PropertyBag.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export class PropertyBag {
9393
return propertyValue;
9494
}
9595
else {
96-
throw serviceException.exception;
96+
throw serviceException.outValue;
9797
}
9898
}
9999
/**

0 commit comments

Comments
 (0)