MWException -> Exception

Change-Id: I9ed1d8c331787718ed85ef61fdda4714247fc72b
This commit is contained in:
Ori Livneh 2015-01-09 19:05:53 -08:00
parent b86d1ff5fd
commit 74b46c14d8

View file

@ -30,7 +30,7 @@ class TemplateDataBlob {
* Accepts and handles user-provided data.
*
* @param string $json
* @throws MWException
* @throws Exception
* @return TemplateDataBlob
*/
public static function newFromJSON( $json ) {