mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-12-19 02:50:44 +00:00
9 lines
110 B
PHP
9 lines
110 B
PHP
|
<?php
|
||
|
|
||
|
namespace MediaWiki\Extension\Math;
|
||
|
|
||
|
use Exception;
|
||
|
|
||
|
class MathRestbaseException extends Exception {
|
||
|
}
|