Moved the MakeURLRequestError error from the MakeURLRequestUseCase use case to its own file.

This commit is contained in:
2023-04-19 00:16:56 +02:00
parent 9ee4afc69d
commit 6277f95661
2 changed files with 17 additions and 7 deletions
@@ -49,10 +49,3 @@ public struct MakeURLRequestUseCase {
}
}
// MARK: - Errors
enum MakeURLRequestError: Error {
case urlNotCreated
}