( String errorMessage )
| 693 | } |
| 694 | |
| 695 | public static RuntimeException error( String errorMessage ) { |
| 696 | return new RuntimeException(errorMessage); |
| 697 | } |
| 698 | |
| 699 | //////////////////////////////////// |
| 700 | // Lexer components |
no outgoing calls
no test coverage detected