refactor(sentry): standardize exceptions to prevent Sentry minification
This commit is contained in:
@@ -54,7 +54,10 @@ class MockBaseController extends BaseController {
|
||||
}
|
||||
}
|
||||
|
||||
class SomeOtherException extends RemoteException {}
|
||||
class SomeOtherException extends RemoteException {
|
||||
@override
|
||||
String get exceptionName => 'SomeOtherException';
|
||||
}
|
||||
|
||||
@GenerateNiceMocks([
|
||||
MockSpec<CachingManager>(),
|
||||
|
||||
Reference in New Issue
Block a user