v0.6.0
New features:
- Add support for detecting exceptions thrown by magic methods (f5fdbcd), thanks @marcospassos
- Add support for detecting exceptions thrown by static magic methods (2300a67), thanks @marcospassos
- Add support for ignoring descriptive exceptions (138e5d1), thanks @marcospassos
- Consider default exceptions as possibly thrown exceptions (b8b93b8), thanks @marcospassos
Fixes:
- Check unused
@throws
annotations on functions (7e8629b), thanks @marcospassos