adding noRecordFound

This commit is contained in:
Jonathan Guthrie 2016-10-06 12:07:09 -04:00
parent 11a283d2bc
commit 9a6836f8aa
1 changed files with 1 additions and 0 deletions

View File

@ -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