X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Ftidy%2FRaggettInternalHHVM.php;h=bb83d6a325b43ce16e481a4232be6f8e8fbe9938;hb=0535765366fc2bc72e84bacb0b14e5a2a790ee94;hp=2a3986dfdba46502655aaff1a67a3bfb54134d65;hpb=1eceaa6c20730b987b92f1d505b9cf68737a95a9;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/tidy/RaggettInternalHHVM.php b/includes/tidy/RaggettInternalHHVM.php index 2a3986dfdb..bb83d6a325 100644 --- a/includes/tidy/RaggettInternalHHVM.php +++ b/includes/tidy/RaggettInternalHHVM.php @@ -14,7 +14,7 @@ class RaggettInternalHHVM extends RaggettBase { */ protected function cleanWrapped( $text, $stderr = false, &$retval = null ) { if ( $stderr ) { - throw new Exception( "\$stderr cannot be used with RaggettInternalHHVM" ); + throw new \Exception( "\$stderr cannot be used with RaggettInternalHHVM" ); } $cleansource = tidy_repair_string( $text, $this->config['tidyConfigFile'], 'utf8' ); if ( $cleansource === false ) {