( String errorMessage )
| 988 | } |
| 989 | |
| 990 | public static RuntimeException error( String errorMessage ) { |
| 991 | return new RuntimeException(errorMessage); |
| 992 | } |
| 993 | |
| 994 | //////////////////////////////////// |
| 995 | // Lexer components |
no outgoing calls
no test coverage detected