Files
afterwork/lib/core/errors/exceptions.dart

4 lines
92 B
Dart

class ServerException implements Exception {}
class CacheException implements Exception {}