blob: 038e6eb8b723e18039d1c489064ac577f0499ced [file] [log] [blame]
class MyException extends Exception{}
class MyClass {
public void foo() throws MyException {
throw new MyEx<caret>
}
}