How do we provide a custom error message when an exception is raised?

`raise Exception("Custom message here>")print("Custom message here")This is not possible

`raise Exception("Custom message here>").