refactor(sentry): standardize exceptions to prevent Sentry minification
This commit is contained in:
@@ -97,7 +97,7 @@ class MailboxMenuRobot extends CoreRobot {
|
||||
.toInt();
|
||||
|
||||
if (inboxCount == null) {
|
||||
throw NullInboxUnreadCountException();
|
||||
throw const NullInboxUnreadCountException();
|
||||
}
|
||||
|
||||
return inboxCount;
|
||||
|
||||
Reference in New Issue
Block a user