many small updates
[pharext/pharext.org] / app / Github / Exception / StateMismatch.php
index 94e16a9f29a274cfe389e75747398a39dc5366d8..4c49259eca519ef42ff641fd4d0d2fce3057a1a7 100644 (file)
@@ -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);
        }
 }