diff --git a/core/bulkchange/RowStatus_Error.php b/core/bulkchange/RowStatus_Error.php new file mode 100644 index 000000000..d91b15211 --- /dev/null +++ b/core/bulkchange/RowStatus_Error.php @@ -0,0 +1,22 @@ +m_sError = $sError; + } + + public function GetDescription() + { + return $this->m_sError; + } +} \ No newline at end of file