SyntaxFix
Write A Post
Hire A Developer
Questions
To inspect the error message and do something with it (with Python 3)...
try: some_method() except Exception as e: if {value} in e.args: {do something}