| 19075 | } |
| 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected