Skip to content

Commit

Permalink
Defaulting failOnError to be true
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptiklemur committed Jul 23, 2014
1 parent 57fc038 commit 9cbf159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Call.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Call
/**
* @var bool $failOnError
*/
private $failOnError = false;
private $failOnError = true;

/**
* @var int[] $successCodes
Expand Down

0 comments on commit 9cbf159

Please sign in to comment.