Skip to content
Snippets Groups Projects
Unverified Commit 284ed15c authored by Kolya Opahle's avatar Kolya Opahle Committed by GitHub
Browse files

Merge branch 'release/1.11.x' into fix/4647-launch-crash

parents d6782bd8 e6839bce
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ import de.rki.coronawarnapp.exception.reporting.ReportedException ...@@ -5,7 +5,7 @@ import de.rki.coronawarnapp.exception.reporting.ReportedException
class CwaSecurityException(cause: Throwable) : ReportedException( class CwaSecurityException(cause: Throwable) : ReportedException(
ErrorCodes.CWA_SECURITY_PROBLEM.code, ErrorCodes.CWA_SECURITY_PROBLEM.code,
"something went wrong during a critical part of the application ensuring security, please refer" + "Something went wrong during a critical part of the application ensuring security, please refer" +
" to the details for more information", " to the details for more information",
cause cause
) )
...@@ -5,6 +5,6 @@ import de.rki.coronawarnapp.exception.reporting.ReportedIOException ...@@ -5,6 +5,6 @@ import de.rki.coronawarnapp.exception.reporting.ReportedIOException
class CwaWebSecurityException(cause: Throwable) : ReportedIOException( class CwaWebSecurityException(cause: Throwable) : ReportedIOException(
ErrorCodes.CWA_WEB_SECURITY_PROBLEM.code, ErrorCodes.CWA_WEB_SECURITY_PROBLEM.code,
"an error occurred while trying to establish a secure connection to the server", "An error occurred while trying to establish a secure connection to the server",
cause cause
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment