Skip to content

Commit

Permalink
Merge pull request #16 from writeas/make-wferror-public
Browse files Browse the repository at this point in the history
Make the WFError enum public so it's available to clients
  • Loading branch information
AngeloStavrow authored Aug 20, 2020
2 parents 5ab1e3b + 698b5df commit 6485414
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 6485414

Please sign in to comment.