mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-03 20:20:06 +00:00
4 lines
48 B
JavaScript
4 lines
48 B
JavaScript
function test() {
|
|
throw "thrown exception";
|
|
}
|