()
| 19076 | } |
| 19077 | class 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 | } |
| 19082 | class InvalidAtomError extends AbstractAtomError { |
| 19083 | get message() { |
nothing calls this directly
no test coverage detected