Skip to content

Commit bc83b36

Browse files
committed
Allow creation of exceptions with PREPARE type
1 parent 6ffa056 commit bc83b36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/python/wlsdeploy/exception/exception_helper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
ExceptionType.DISCOVER: 'create_discover_exception',
4141
ExceptionType.ENCRYPTION: 'create_encryption_exception',
4242
ExceptionType.JSON: 'create_json_exception',
43+
ExceptionType.PREPARE: 'create_prepare_exception',
4344
ExceptionType.PY_WLST: 'create_pywlst_exception',
4445
ExceptionType.TRANSLATE: 'create_translate_exception',
4546
ExceptionType.VALIDATE: 'create_validate_exception',

0 commit comments

Comments
 (0)