mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-26 06:21:07 +00:00
840c46f8f3
File::AccessError is now thrown for all file-related exceptions which don't have more specific types (rather than std::runtime_error), which requires some changes to how exception messages are built when translating them to get nice results. Also add `Realm::write_copy()` which just wraps `Group::write()` with error translation.