| 19080 | } |
| 19081 | } |
| 19082 | class InvalidAtomError extends AbstractAtomError { |
| 19083 | get message() { |
| 19084 | return super.message + ` "${this.atom.getAtom()}" does not fit in atomType "${this.atom.atomTypeId}".` |
| 19085 | } |
nothing calls this directly
no outgoing calls
no test coverage detected