We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 608f19d commit 16f9322Copy full SHA for 16f9322
lib/AuthenticationSDK/core/MerchantConfig.rb
@@ -266,7 +266,7 @@ def validateMLEConfiguration
266
if mle_configured && !Constants::AUTH_TYPE_JWT.eql?(@authenticationType)
267
err = StandardError.new(Constants::ERROR_PREFIX + "MLE can only be used with JWT authentication")
268
@log_obj.logger.error(ExceptionHandler.new.new_api_exception err)
269
- raise
+ raise err
270
end
271
272
0 commit comments