Example #1
0
 def __init__(self, err):
     if type(err) is int:
         super().__init__(png.error_text(err))
     else:
         super().__init__(err)
Example #2
0
 def __init__(self, err):
     super().__init__(png.error_text(err))