Exceptions: Difference between revisions

Content added Content deleted
Line 999: Line 999:
<lang elena>o.foo() | if:(e)
<lang elena>o.foo() | if:(e)
{
{
// handle any type of exception not handled by above catches
// handle any type of exception
};</lang>
};</lang>