Requires a type on the @throws tag.
| Context | everywhere |
| Tags | throws |
| Recommended | true |
| Settings | |
| Options |
The following patterns are considered problems:
/**
* @throws
*/
// Message: @throws should have a typeThe following patterns are not considered problems:
/**
* @throws {SomeType}
*/