Skip to content

Commit

Permalink
fix(resizer): add exported error comment
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non authored Feb 7, 2020
1 parent 0767d1d commit c4e3bee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resizer.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import (
)

var (
// ErrExtractAreaParamsRequired defines a generic extract area error
ErrExtractAreaParamsRequired = errors.New("extract area width/height params are required")
)

Expand Down

0 comments on commit c4e3bee

Please sign in to comment.