0
Can I get exception type in python dynamincally when it is generated in code itself?
try {...} catch(Exception e) { //print e in log and/or handle it according to its type. }
1 Antwort
try {...} catch(Exception e) { //print e in log and/or handle it according to its type. }