X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=includes%2Ftidy%2FRaggettInternalHHVM.php;h=bb83d6a325b43ce16e481a4232be6f8e8fbe9938;hb=16ef3e79c4c52aa6b74563b7eadcfc9792e7a4c4;hp=2a3986dfdba46502655aaff1a67a3bfb54134d65;hpb=6d79d853b17dc45b8b4796e89d930f95f75e7216;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 ) {