LeadKitError case added
This commit is contained in:
parent
a28805846b
commit
35270f2b32
|
|
@ -28,5 +28,5 @@ import Foundation
|
|||
public enum LeadKitError: Error {
|
||||
|
||||
case failedToCastValue(expectedType: Any.Type, givenType: Any.Type)
|
||||
|
||||
case failedToDecode(reason: String)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue