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