Merge "registration: Improve docs for return value of Processor::getExtractedInfo()"
[lhc/web/wiklou.git] / includes / libs / HashRing.php
index df99098..2022b22 100644 (file)
@@ -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;