LeadKitError case added

This commit is contained in:
Madhas 2018-05-24 12:27:42 +03:00
parent a28805846b
commit 35270f2b32
1 changed files with 1 additions and 1 deletions

View File

@ -28,5 +28,5 @@ import Foundation
public enum LeadKitError: Error {
case failedToCastValue(expectedType: Any.Type, givenType: Any.Type)
case failedToDecode(reason: String)
}