Difference between revisions of "Except"

From wikieduonline
Jump to navigation Jump to search
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{lc}}
 
  except Exception as e:
 
  except Exception as e:
  
  
 
  except Exception as e:
 
  except Exception as e:
         logging.error("Your text: {e}")
+
         [[Python logging|logging]].error("Your text: {e}")
 
         exit()
 
         exit()
 +
 +
== Related ==
 +
* [[GitLab CI]]: <code>[[except:]]</code>
 +
* [[try]]
  
 
== See also ==
 
== See also ==
 +
* {{except}}
 +
* {{Python exceptions}}
 
* {{Python}}
 
* {{Python}}
  
 
[[Category:Python]]
 
[[Category:Python]]

Latest revision as of 19:59, 26 March 2024

Advertising: