Files
odoo-stubs/odoo-stubs/addons/component/exception.pyi
Trinh Anh Ngoc aadacf9edb Update stubs
2024-05-12 21:54:10 +07:00

5 lines
195 B
Python

class ComponentException(Exception): ...
class NoComponentError(ComponentException): ...
class SeveralComponentError(ComponentException): ...
class RegistryNotReadyError(ComponentException): ...