Skip to content

Commit

Permalink
MIN-5832: Proper retry & exception throw
Browse files Browse the repository at this point in the history
  • Loading branch information
JustHarris committed Feb 14, 2017
1 parent 3d0ff46 commit 48fa40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exception/SphinxException.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
*/
class SphinxException extends \RuntimeException
{
protected $code = 543;
protected $code = 523;
}

0 comments on commit 48fa40f

Please sign in to comment.