#Unique exception class that inherits Exception class OriginalError(Exception): pass raise OriginalError('test')
Recommended Posts