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

4 lines
142 B
Python

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