intellij-community
intellij-community copied to clipboard
@SneakyThrows with exceptions
Quick-fix with value:
// one
@SneakyThrows(SpecificException.class)
// several
@SneakyThrows({SpecificException.class, AnotherSpecificException.class})
TODO:
- [ ] Implementation
- [ ] Tests