Closed merretbuurman closed 1 year ago
This typo prevented the users to know the details about an error in the REST HTTP interaction.
I added two commits to add a PyhandleBaseException, which all of pyhandle's exceptions inherit from, to enable catching all of them in a line.
PyhandleBaseException
+1
This typo prevented the users to know the details about an error in the REST HTTP interaction.