[bug] Python pjsua: Error should derive from Exception

RK
Roland Koebler
Sun, Dec 18, 2016 12:23 AM

Hi,

I would like to report a bug in the Python-interface:
class Error should derive from Exception.

I've attached a patch, which solves this issue and additionally
makes the Error-class more pythonic.

thanks,
Roland

Hi, I would like to report a bug in the Python-interface: class Error should derive from Exception. I've attached a patch, which solves this issue and additionally makes the Error-class more pythonic. thanks, Roland