X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fsession%2FMetadataMergeException.php;h=074afe36e3a5fd3a95a4da87dc92013c1c312e67;hp=9f42c278bc4587b7c6514aea30969a0531a16367;hb=c6d1ceb90a9684fa0da758d88ba1e994fad4cffc;hpb=08a7ede3262a1259f0cdc74768d1f84d021cba52 diff --git a/includes/session/MetadataMergeException.php b/includes/session/MetadataMergeException.php index 9f42c278bc..074afe36e3 100644 --- a/includes/session/MetadataMergeException.php +++ b/includes/session/MetadataMergeException.php @@ -22,14 +22,14 @@ namespace MediaWiki\Session; +use Exception; use UnexpectedValueException; /** * Subclass of UnexpectedValueException that can be annotated with additional * data for debug logging. * - * @author Bryan Davis - * @copyright © 2016 Bryan Davis and Wikimedia Foundation. + * @copyright © 2016 Wikimedia Foundation and contributors * @since 1.27 */ class MetadataMergeException extends UnexpectedValueException {