Merge pull request #5755 from TimeIncOSS/remove-notfound-err-helper

helper/resource: Remove NewNotFoundError function
pull/5759/head
Radek Simko 10 years ago
commit b6e3788ad0

@ -15,7 +15,3 @@ func (e *NotFoundError) Error() string {
return "couldn't find resource"
}
func NewNotFoundError(err string) *NotFoundError {
return &NotFoundError{Message: err}
}

Loading…
Cancel
Save