x = 5 def foo1 y = 2 raise Exception rescue Exception puts 'hi' end foo1() z = 1