PSSPY exception documentation?
I just discovered that PSSPY can throw exceptions, which is great because I had been writing my own up until now. What would be helpful is if someone could point me to documentation on which exceptions are implemented and if there is a base exception class that can be captured. Searching the API documentation just shows how to enable throwing exceptions. Thanks.

Comments
Hey great question. I don't know about official documentation. I haven't seen any. But I'll put something together here.
@JervisW: Great answer! This is actually more helpful than simple documentation because it shows me how to dig into the guts. Thanks!.