Chris@0: pluginId = $plugin_id; Chris@0: parent::__construct($message, $code, $previous); Chris@0: } Chris@0: Chris@0: /** Chris@0: * Gets the plugin ID of the mapper that raised the exception. Chris@0: * Chris@0: * @return string Chris@0: * The plugin ID. Chris@0: */ Chris@0: public function getPluginId() { Chris@0: return $this->pluginId; Chris@0: } Chris@0: Chris@0: }