Skip to content

Commit 698b5df

Browse files
committed
Make the WFError enum public so it's available to clients
1 parent 5ab1e3b commit 698b5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/WriteFreely/WFError.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Foundation
22

3-
enum WFError: Int, Error {
3+
public enum WFError: Int, Error {
44
case badRequest = 400
55
case unauthorized = 401
66
case forbidden = 403

0 commit comments

Comments
 (0)