mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-08 07:03:16 -06:00
helper/resource: Remove NotFoundError function
This commit is contained in:
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…
Reference in New Issue
Block a user