Skip to content
Snippets Groups Projects
Commit 635a27f6 authored by Mohamed Metwalli's avatar Mohamed Metwalli
Browse files

Merge branch 'release/1.11.x' into feature/4559-contact-journal-screenshot

parents 38c1a447 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
class CwaSecurityException(cause: Throwable) : ReportedException(
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",
cause
)
......@@ -5,6 +5,6 @@ import de.rki.coronawarnapp.exception.reporting.ReportedIOException
class CwaWebSecurityException(cause: Throwable) : ReportedIOException(
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
)
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