Exceptions: Difference between revisions

Content added Content deleted
imported>Arakov
imported>Arakov
Line 1,068: Line 1,068:
<syntaxhighlight lang="elena">try
<syntaxhighlight lang="elena">try
{
{
foo()
foo.fail()
}
}
catch(Exception e)
catch(Exception e)