# any method can throw an errordef method_with_exception() raise "test exception"endmethod_with_exception() # <-Error