Skip to content

Commit

Permalink
fix: remove unused method for ordinary error
Browse files Browse the repository at this point in the history
  • Loading branch information
DenChenn committed Sep 14, 2023
1 parent 98e5a91 commit 57bc4d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/blunder/blunder.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ type OrdinaryError interface {
GetMessage() string
Wrap(err error)
Unwrap() error
Is(err error) bool
}

0 comments on commit 57bc4d3

Please sign in to comment.