Example #1
0
 /**
  * Provides general error information
  *
  * @return void
  */
 protected function _addGeneralError()
 {
     if (!$this->_hasError) {
         $this->_getNotifier()->addMajor(__('Google Shopping Error'), $this->_gleShoppingCategory->getMessage());
         $this->_hasError = true;
     }
 }