Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python try except raise error

try:
    # Your code here
except:
    raise Exception("ERROR: Some specific Error Message")
 
PREVIOUS NEXT
Tagged: #python #raise #error
ADD COMMENT
Topic
Name
6+3 =