- all Exceptions now extend the
\UniFi_API\Exceptions\UnifiApiExceptionclass so you can catch a single type when you want to handle all client errors uniformly. Suggested by @Jacobtims - updated README with supported versions and to cover the above changes
- added docblocks to Exception classes
- added methods to several Exception classes to retrieve more information when needed