Source code

Revision control

Copy as Markdown

Other Tools

"use strict";
function throwingMethod() {
// eslint-disable-next-line no-throw-literal
throw "my-exception";
}
throwingMethod();