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 6ffa056 commit bc83b36Copy full SHA for bc83b36
core/src/main/python/wlsdeploy/exception/exception_helper.py
@@ -40,6 +40,7 @@
40
ExceptionType.DISCOVER: 'create_discover_exception',
41
ExceptionType.ENCRYPTION: 'create_encryption_exception',
42
ExceptionType.JSON: 'create_json_exception',
43
+ ExceptionType.PREPARE: 'create_prepare_exception',
44
ExceptionType.PY_WLST: 'create_pywlst_exception',
45
ExceptionType.TRANSLATE: 'create_translate_exception',
46
ExceptionType.VALIDATE: 'create_validate_exception',
0 commit comments