Files
2025-02-05 04:43:28 +00:00

8 lines
306 B
HTML

<html>
<body>
Removes a <code>catch</code> section in a
<code>try</code> - <code>catch</code> statement and adds a <code>throws</code> declaration with the
same exception to the containing method. If the <code>try</code> statement contains no
further catch sections, it is removed entirely.
</body>
</html>