/// Barrel file for all exceptions. /// /// Import this file to get access to all exception classes. export 'firebase_exception.dart' show FirebaseServiceException; export 'immich_exception.dart'; export 'invalid_environment_exception.dart'; export 'nostr_exception.dart'; export 'session_exception.dart'; export 'sync_exception.dart';