Proprietary software be like:
try:
    whatever()
except Exception:
    print("oops something went wrong uwu")
    print("also this is purely to get rid of the stack trace because apparently the only thing worse than not handling an exception is scaring the user with anything technical and/or exposing our trade secret architecture")