7 lines
71 B
ChaiScript
7 lines
71 B
ChaiScript
try {
|
|
throw(runtime_error("error"))
|
|
}
|
|
catch(e) {
|
|
print(e.what())
|
|
}
|