( String errorMessage )
| 496 | } |
| 497 | |
| 498 | public static RuntimeException error( String errorMessage ) { |
| 499 | return new RuntimeException(errorMessage); |
| 500 | } |
| 501 | |
| 502 | //////////////////////////////////// |
| 503 | // Lexer components |
no outgoing calls
no test coverage detected