fix: Prefer reusing AppBaseException instead of redefining the exception contract CacheException and RemoteException
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
|
||||
abstract class ExceptionThrower {
|
||||
throwException(dynamic error, dynamic stackTrace);
|
||||
}
|
||||
Reference in New Issue
Block a user