Hello! I have a suggestion to add a new annotation - @raises I think it would be useful to anyone who has a layer of error classes in their module. **Example:** ```lua --- @class NetworkError: cdata --- @field code number --- @field body number --- @raises ---| NetworkError function some_func() end ```