JSDoc @throws 标签
目录
同义词
JSDoc @exception 标签
语法
@throws free-form description
@throws {<type>}
@throws {<type>} free-form description
概述
@throws
标签可以让你描述函数可能会抛出的错误。在一个JSDoc注释块中您可以包含多个@throws
标签。
JSDoc @exception 标签
@throws free-form description
@throws {<type>}
@throws {<type>} free-form description
@throws
标签可以让你描述函数可能会抛出的错误。在一个JSDoc注释块中您可以包含多个@throws
标签。