operand = $op; parent::__construct($message); } public function getOperand() { return $this->operand; } }