MCPcopy Create free account
hub / github.com/breck7/scroll / message

Method message

external/.scrollLibs.js:18994–18999  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18992}
18993class UnknownParserError extends AbstractParticleError {
18994 get message() {
18995 const particle = this.getParticle()
18996 const parentParticle = particle.parent
18997 const options = parentParticle._getParserPool().getCueOptions()
18998 return super.message + ` Invalid parser "${particle.cue}". Valid parsers are: ${Utils._listToEnglishText(options, 7)}.`
18999 }
19000 get atomSuggestion() {
19001 const particle = this.getParticle()
19002 const parentParticle = particle.parent

Callers

nothing calls this directly

Calls 4

getCueOptionsMethod · 0.80
_getParserPoolMethod · 0.80
_listToEnglishTextMethod · 0.80
getParticleMethod · 0.45

Tested by

no test coverage detected