Identifying exception categories in an excepthook() handler

Thanks. I’m puzzled because:

… speaks of ‘certain object types’ possessing a function to return their subclasses.

Unfortunately, elsewhere in the forums use of this method is discouraged due to various problems:

But there’s a hint to use the issubclass() built-in:

So I’ll try that next.