Tagged Questions
0
votes
1answer
135 views
How to raise custom dictionary KeyError message
I'm writing some scripts that will be used by non-python users. I have a Config class that has dictionaries and I'd like to be able to raise a custom exception for KeyError. Is there an elegant way ...