@throw
@throw is a recognized alias for @throws — not a distinct tag. It exists because dropping the trailing "s" is a fairly common typo in code, and this component's own source registers it as an alias for that reason rather than as a separate convention.
"@throw" <Type> [ <Description> ]
Both spellings above parse to the exact same ThrowsTag instance. See @throws for the full grammar and the $type property it exposes.
05 July 2026