Skip to content
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.

Commit

Permalink
removed unused error type
Browse files Browse the repository at this point in the history
  • Loading branch information
Ch. König committed Sep 23, 2018
1 parent 0428c8a commit 721362e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions error.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,5 @@ func IsStatusCodeError(err error) bool {
// The different error types of xivapi
var (
ErrUnexpectedType = errors.New("unexpected type")
ErrMissingKey = errors.New("missing key")

ErrNotImplemented = errors.New("call not implemented on the server")
)

0 comments on commit 721362e

Please sign in to comment.