/**
  * Parent method wrapper for error messages
  */
 protected function _error($message)
 {
     $this->___parent->__error($message);
 }