feat: More cleanup / renaming for project client.

This commit is contained in:
2026-01-16 09:40:15 -05:00
parent d14477e97a
commit 65fc8565b6
3 changed files with 9 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
import Foundation
public struct DuctCalcClientError: Error {
public struct ProjectClientError: Error {
public let reason: String
public init(_ reason: String) {