8 lines
83 B
Text
8 lines
83 B
Text
try
|
|
{
|
|
foo.fail()
|
|
}
|
|
catch(Exception e)
|
|
{
|
|
// handle any type of exception
|
|
};
|