Is there a tool or extension that will automatically generate the list of exceptions that a function will throw? I am writing a library and it's proving to be very time consuming to generate the exception documentation for every function in my library.
Any ideas?
↧