Synonyms
exception
Syntax
@throws free-form description
@throws {<type>}
@throws {<type>} free-form description
Overview
The @throws tag allows you to document an error that a function might throw. You can include the @throws tag more than once in a single JSDoc comment.