mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
5 lines
195 B
Python
5 lines
195 B
Python
class ComponentException(Exception): ...
|
|
class NoComponentError(ComponentException): ...
|
|
class SeveralComponentError(ComponentException): ...
|
|
class RegistryNotReadyError(ComponentException): ...
|