class SecureStorageNotFoundException implements Exception { final String? message; SecureStorageNotFoundException({this.message}); }