X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Flibs%2FHashRing.php;h=2022b225c7bd2022383c12b5629df1b470f3077c;hb=2700298740509a3f98a9e2cd81cfbce4f67ed114;hp=df990981dfe25f65656fadafa8070c3f6d37323d;hpb=ba8a835dcb3de335a04c81ebe8980a858d478cae;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/libs/HashRing.php b/includes/libs/HashRing.php index df990981df..2022b225c7 100644 --- a/includes/libs/HashRing.php +++ b/includes/libs/HashRing.php @@ -198,7 +198,7 @@ class HashRing { } } if ( !$this->liveRing ) { - throw UnexpectedValueException( "The live ring is currently empty." ); + throw new UnexpectedValueException( "The live ring is currently empty." ); } return $this->liveRing;