| 19106 | } |
| 19107 | } |
| 19108 | class MissingAtomError extends AbstractAtomError { |
| 19109 | // todo: autocomplete suggestion |
| 19110 | get message() { |
| 19111 | return super.message + ` Missing atom for atom "${this.atom.atomTypeId}".` |
nothing calls this directly
no outgoing calls
no test coverage detected