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

Method message

external/.scrollLibs.js:19078–19080  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19076}
19077class UnknownAtomTypeError extends AbstractAtomError {
19078 get message() {
19079 return super.message + ` No atomType "${this.atom.atomTypeId}" found. Language parsers for "${this.getExtension()}" may need to be fixed.`
19080 }
19081}
19082class InvalidAtomError extends AbstractAtomError {
19083 get message() {

Callers

nothing calls this directly

Calls 1

getExtensionMethod · 0.80

Tested by

no test coverage detected