Difference between revisions of "Except"

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
  
 
  except Exception as e:
 
  except Exception as e:
         [[logging]].error("Your text: {e}")
+
         [[Python logging|logging]].error("Your text: {e}")
 
         exit()
 
         exit()
  

Revision as of 14:51, 22 August 2022

Advertising: