Skip to content

Commit

Permalink
Exit after this error also.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Mar 24, 2014
1 parent b300ae3 commit 67811d5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,9 @@ public function sendNextChange()
'[%s] Unknown backend error skipping message: %s',
$this->_procid,
$e->getMessage()));
$this->_as->state->updateState($change['type'], $change);
$this->_step++;
return $e;
}
break;

Expand Down

0 comments on commit 67811d5

Please sign in to comment.