Source code

Revision control

Copy as Markdown

Other Tools

"use strict";
function throwingMethod() {
throw new Error("my-exception");
}
throwingMethod();