undefined function not_found_error?/1 in read action
I have this read action:
And I want for it to return nil instead of a not found error, but when I add the
And I want for it to return nil instead of a not found error, but when I add the
not_found_error? option, the code doesn't compile saying that not_found_error?/1 is undefined.