mrlegowatch / GarageStorageSwift

A Swift implementation of GarageStorage. Provides a convenient way to store any kind of data in a repository backed by Core Data.
MIT License
8 stars 1 forks source link

Handle nil referenced objects as a normal error, instead of as a fatal error. #1

Closed mrlegowatch closed 4 years ago

mrlegowatch commented 4 years ago

Replaced a fatal error if unable to retrieve a referenced object, to throw an error instead.