An exception indicating that an extension class could not be loaded.
Methods
|
|
__init__
|
|
__init__
|
__init__ (
self,
class_name,
exc_info,
)
Construct a new CouldNotLoadExtensionError .
-
class_name
- The name of the class.
-
exc_info
- An exception tuple, as returned by
sys.exc_info .
|
|