intellij-community icon indicating copy to clipboard operation
intellij-community copied to clipboard

@SneakyThrows with exceptions

Open alexengrig opened this issue 3 years ago • 0 comments

Quick-fix with value:

// one
@SneakyThrows(SpecificException.class)
// several
@SneakyThrows({SpecificException.class, AnotherSpecificException.class})

TODO:

  • [ ] Implementation
  • [ ] Tests

alexengrig avatar Dec 24 '21 23:12 alexengrig