Skip to content

Commit

Permalink
Add simple message to abort exception
Browse files Browse the repository at this point in the history
  • Loading branch information
acoulton committed May 12, 2011
1 parent 8531313 commit e49d8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/andrewc/slowtask.php
Expand Up @@ -98,7 +98,7 @@ protected function _yield()
{
$this->_status->text = "Aborting";
$this->_persist();
throw new SlowTask_Abort_Exception($message);
throw new SlowTask_Abort_Exception("User aborted");
}
}

Expand Down

0 comments on commit e49d8fe

Please sign in to comment.