X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Flibs%2FHashRing.php;h=2022b225c7bd2022383c12b5629df1b470f3077c;hb=46b369894742d3bb63afc54ca8f4bc9686ce72de;hp=df990981dfe25f65656fadafa8070c3f6d37323d;hpb=82b8b578938bf75bc9fa924aa95b10955d49ec6f;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;