helper/resource: Remove NotFoundError function

This commit is contained in:
Radek Simko 2016-03-21 16:47:50 +00:00
parent f946695187
commit bf9f5879ca
1 changed files with 0 additions and 4 deletions

View File

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