newTemplate = $template; $this->newUserData = $userData; $this->existingTemplate = $existingNode['template']; $this->existingUserData = $existingNode['userData']; parent::__construct( "Unable to add path template \"$template\" since it conflicts " . "with the existing template \"{$this->existingTemplate}\"" ); } }