mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 09:33:39 +02:00
Updated Bugsnag to 5.10.1
This commit is contained in:
@@ -69,8 +69,7 @@ final class SeverityReason implements JsonStream.Streamable {
|
||||
case REASON_LOG:
|
||||
return new SeverityReason(severityReasonType, severity, false, attrVal);
|
||||
default:
|
||||
String msg = String.format("Invalid argument '%s' for severityReason",
|
||||
severityReasonType);
|
||||
String msg = "Invalid argument for severityReason: '" + severityReasonType + '\'';
|
||||
throw new IllegalArgumentException(msg);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user