4 lines
86 B
Swift
4 lines
86 B
Swift
|
|
enum SecurityError: Error {
|
||
|
|
case NotEncodableError
|
||
|
|
case NotDecodableError
|
||
|
|
}
|