blob: 952b85596e427530617080280571f3d2cbb0c6ba [file] [log] [blame]
class Calculator {
public void printError(Exception detail, int line, String file) <caret>throws Exception {
throw detail;
}
}