How would I best document exceptions thrown by the...
# getting-started
t
How would I best document exceptions thrown by the primary constructor of a class? Can I put an
@throws
in the class definition documentation?