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