Initializes a new instance of the NotFoundError class.
Optionalmessage: stringThe error message. If not specified, a default one will be used.
Rest...args: unknown[]The values to substitute into the format string. Null and undefined values will be converted into empty strings.
An error that is thrown when a requested resource could not be found.