commonpower.utils.cp_exceptions.ControllerError
- exception ControllerError(controller: BaseController, message: str)[source]
Exception which gives info of which controller raised it.
- Parameters:
controller (BaseController) – Raising controller.
message (str) – Error message.