MCPcopy
hub / github.com/sveltejs/svelte / throw_error

Function throw_error

packages/svelte/src/compiler/validate-options.js:359–361  ·  view source on GitHub ↗

@param {string} msg

(msg)

Source from the content-addressed store, hash-verified

357
358/** @param {string} msg */
359function throw_error(msg) {
360 e.options_invalid_value(null, msg);
361}

Callers 6

objectFunction · 0.70
stringFunction · 0.70
booleanFunction · 0.70
listFunction · 0.70
funFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected