WIP: documentation

This commit is contained in:
John Rommel Estropia
2016-04-03 13:37:00 +09:00
parent 1a86510045
commit ab3095f078
5 changed files with 99 additions and 21 deletions

View File

@@ -29,6 +29,9 @@ import CoreData
// MARK: - CoreStoreError
/**
All errors thrown from CoreStore is expressed in `CoreStoreError` enum values.
*/
public enum CoreStoreError: ErrorType, CustomStringConvertible, CustomDebugStringConvertible, Hashable {
/**