Exceptions: Difference between revisions

m
imported>Arakov
imported>Arakov
Line 1,068:
<syntaxhighlight lang="elena">try
{
o.foo()
}
catch:(Exception e)
{
// handle any type of exception
Anonymous user