MediaWiki master
SkinException.php
Go to the documentation of this file.
1<?php
9namespace MediaWiki\Skin;
10
11use LogicException;
12
19class SkinException extends LogicException {
20}
21
23class_alias( SkinException::class, 'SkinException' );
Exceptions for skin-related failures.