diff --git a/Sources/StORM/StORMError.swift b/Sources/StORM/StORMError.swift index 2fcf0ec..bb96519 100644 --- a/Sources/StORM/StORMError.swift +++ b/Sources/StORM/StORMError.swift @@ -11,6 +11,7 @@ public enum StORMError: Error { case error(String) // "Error" case noError // "No Error" case notImplemented // "Not Implemented" + case noRecordFound // no record init(){ self = .noError