try { print("In try block") throw "Test exception" } catch (Exception e) { print("Caught exception") }