Skip to content

Commit

Permalink
Make the WFError enum public so it's available to clients
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeloStavrow committed Aug 20, 2020
1 parent 5ab1e3b commit 698b5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/WriteFreely/WFError.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Foundation

enum WFError: Int, Error {
public enum WFError: Int, Error {
case badRequest = 400
case unauthorized = 401
case forbidden = 403
Expand Down

0 comments on commit 698b5df

Please sign in to comment.