Difference between revisions of "Except"

From wikieduonline
Jump to navigation Jump to search
(Created page with " except Exception as e: == See also == * {{Python}}")
 
Line 1: Line 1:
 
  except Exception as e:
 
  except Exception as e:
  
 +
 +
except Exception as e:
 +
        logging.error("Your text: {e}")
 +
        exit()
  
 
== See also ==
 
== See also ==
 
* {{Python}}
 
* {{Python}}
 +
 +
[[Category:Python]]

Revision as of 13:19, 31 January 2022

Advertising: