Exception handling syntax: Difference between revisions

Content deleted Content added
Java: terminology correction
No edit summary
Tags: Mobile edit Mobile web edit
Line 202:
{{Further|C++}}
<syntaxhighlight lang="cpp">
import std;
#include <exception>
 
int main() {
try {