exceptions
LangroidImportError(package=None, extra=None, error='', *args)
¶
Bases: ImportError
Parameters:
Name | Type | Description | Default |
---|---|---|---|
package |
str
|
The name of the package to import. |
None
|
extra |
str
|
The name of the extras package required for this import. |
None
|
error |
str
|
The error message to display. Depending on context, we can set this by capturing the ImportError message. |
''
|