try:

raise Exception("Hello, World!")

except Exception as e:

print(str(e))

white robot near brown wall