DEV Community

Cover image for 🐍 Where to put Custom Python Exceptions?
Waylon Walker
Waylon Walker

Posted on

 

🐍 Where to put Custom Python Exceptions?

Is there a standard module to place custom exceptions in python? I have seen exc used in some libraries, but not in all libraries.

Oldest comments (0)

An Animated Guide to Node.js Event Loop

>> Check out this classic DEV post <<