try:
x > 3
except:
raise Exception("Something went wrong")
print("The program stops when an error is raised.")