X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Ftidy%2FRaggettInternalHHVM.php;h=bb83d6a325b43ce16e481a4232be6f8e8fbe9938;hb=be00e4c0bb2e473102eafdd6629c61c7e87ea536;hp=2a3986dfdba46502655aaff1a67a3bfb54134d65;hpb=2f885ee6b797e5a176ce7b270b674a04b5945b06;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 ) {