helper/resource: Remove NotFoundError function

pull/5755/head
Radek Simko 10 years ago
parent f946695187
commit bf9f5879ca

@ -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