TF-4268 Cache Sentry config and user for FCM background re-initialization
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -6,3 +6,17 @@ class NotFoundDataWithThisKeyException extends AppBaseException {
|
||||
@override
|
||||
String get exceptionName => 'NotFoundDataWithThisKeyException';
|
||||
}
|
||||
|
||||
class NotFoundSentryConfigurationException extends AppBaseException {
|
||||
const NotFoundSentryConfigurationException([super.message]);
|
||||
|
||||
@override
|
||||
String get exceptionName => 'NotFoundSentryConfigurationException';
|
||||
}
|
||||
|
||||
class NotFoundSentryUserException extends AppBaseException {
|
||||
const NotFoundSentryUserException([super.message]);
|
||||
|
||||
@override
|
||||
String get exceptionName => 'NotFoundSentryUserException';
|
||||
}
|
||||
Reference in New Issue
Block a user