Closed
Description
PHPStorm/IntelliJ can now handle @throws tags from phpdoc much better than before (maybe other IDEs too), but they're all missing in the phpdocs of this package. With the consequence that my IDE complains about "Useless catch" when I catch a Vips/Exception.
Would be great, if those could be added some day (I looked into generate_phpdoc.rb, but couldn't get it running, maybe due to #56 and I also don't know, which methods actually can throw an exception, and which don't).