try { throw(runtime_error("error")) } catch(e) { print(e.what()) }