Python Die

def die(error):
  raise Exception(error)

sus = True

if sus:
  die("ur lookin kinda sus")
khuDDD