adding noRecordFound
This commit is contained in:
parent
11a283d2bc
commit
9a6836f8aa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue