| 19028 | } |
| 19029 | } |
| 19030 | class BlankLineError extends UnknownParserError { |
| 19031 | get message() { |
| 19032 | return super.message + ` Line: "${this.getParticle().getLine()}". Blank lines are errors.` |
| 19033 | } |
nothing calls this directly
no outgoing calls
no test coverage detected