Indicates that the services provided by one plugin conflict with those of another. For example two plugins may define different types for flexible fields.
| 106 | |
| 107 | |
| 108 | class PluginConflictError(Exception): |
| 109 | """Indicates that the services provided by one plugin conflict with |
| 110 | those of another. |
| 111 | |
| 112 | For example two plugins may define different types for flexible fields. |
| 113 | """ |
| 114 | |
| 115 | |
| 116 | class PluginImportError(ImportError): |
no outgoing calls
no test coverage detected