1 2 3 4 5 6 7
try { runFunction(new Array(256)); } catch (err) { print("Error call"); print(err.message); print("Error taking"); }