You can use
    
    
    try:
        your code
    except ExceptionName:
    
    except:
       rest of errors
    
    
    Run

Reply via email to