{{#if this.throws}}
**Throws**: 
{{#each this.throws}}
- {{{code this.type}}} - {{#if this.description}}{{{highlight this.description}}}{{/if}}
{{/each}}

{{/if~}}