exceptionType property
TypeAnnotation?
get
exceptionType
The type of exceptions caught by this catch clause, or null
if this
catch clause catches every type of exception.
Implementation
TypeAnnotation? get exceptionType;