(atom)
| 18974 | } |
| 18975 | class AbstractAtomError extends AbstractParticleError { |
| 18976 | constructor(atom) { |
| 18977 | super(atom.getParticle()) |
| 18978 | this._atom = atom |
| 18979 | } |
| 18980 | get atom() { |
| 18981 | return this._atom |
| 18982 | } |
nothing calls this directly
no test coverage detected