4 lines
86 B
Swift
Raw Normal View History

enum SecurityError: Error {
case NotEncodableError
case NotDecodableError
}