| 19044 | } |
| 19045 | } |
| 19046 | class MissingRequiredParserError extends AbstractParticleError { |
| 19047 | constructor(particle, missingParserId) { |
| 19048 | super(particle) |
| 19049 | this._missingParserId = missingParserId |
nothing calls this directly
no outgoing calls
no test coverage detected