initial commit
This commit is contained in:
15
Nextcloud Cookbook iOS Client/Network/CustomError.swift
Normal file
15
Nextcloud Cookbook iOS Client/Network/CustomError.swift
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// CustomError.swift
|
||||
// Nextcloud Cookbook iOS Client
|
||||
//
|
||||
// Created by Vincent Meilinger on 13.09.23.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
public enum NotImplementedError: Error, CustomStringConvertible {
|
||||
case notImplemented
|
||||
public var description: String {
|
||||
return "Function not implemented."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user