context = $context; } public function startWork() { throw new \Exception("Unsupportable operation"); } public function cancel() { throw new \Exception("Unsupportable operation"); } public function sell() { throw new \Exception("Unsupportable operation"); } public function remove() { throw new \Exception("Unsupportable operation"); } }