Exception Class « Exception « Python






1.A programmer-defined exception class.A programmer-defined exception class.
2.User-defined Exceptions: Name their own exceptions by creating a new exception classUser-defined Exceptions: Name their own exceptions by creating a new exception class
3.Create a base class for exceptions defined by a module