4 lines
86 B
Swift
Raw Permalink Normal View History

enum SecurityError: Error {
case NotEncodableError
case NotDecodableError
}