X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=app%2FGithub%2FException%2FStateMismatch.php;h=4c49259eca519ef42ff641fd4d0d2fce3057a1a7;hb=4c462ab66e6c65c15df7bd5fe6d2673884c639a0;hp=94e16a9f29a274cfe389e75747398a39dc5366d8;hpb=ebc0d017c8a24bd16ca1f4347b39b07ba4349135;p=pharext%2Fpharext.org diff --git a/app/Github/Exception/StateMismatch.php b/app/Github/Exception/StateMismatch.php index 94e16a9..4c49259 100644 --- a/app/Github/Exception/StateMismatch.php +++ b/app/Github/Exception/StateMismatch.php @@ -7,6 +7,6 @@ use app\Github\Exception\StateException; class StateMismatch extends \Exception implements StateException { function __construct($sessionState, $requestState, $previous = null) { - parent::__construct("State does not match ('$requestState'!='$sessionState')", 0, $previous); + parent::__construct("State does not match", 0, $previous); } }