X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Futils%2FCdb.php;h=b16d4a4df912203b61de8af746ed9081f92b026c;hb=027731f57f6c8dc45c1cef9cd5d2a8d8b7981746;hp=f556ee7af74ce74fe990d1e55bf2c2efa7ee0502;hpb=665f171a18061aacd339102a21f32d714c5de50d;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/utils/Cdb.php b/includes/utils/Cdb.php index f556ee7af7..b16d4a4df9 100644 --- a/includes/utils/Cdb.php +++ b/includes/utils/Cdb.php @@ -158,4 +158,5 @@ abstract class CdbWriter { * Exception for Cdb errors. * This explicitly doesn't subclass MWException to encourage reuse. */ -class CdbException extends Exception {} +class CdbException extends Exception { +}