MediaWiki master
SkinException.php
Go to the documentation of this file.
1<?php
23namespace MediaWiki\Skin;
24
25use LogicException;
26
33class SkinException extends LogicException {
34}
35
37class_alias( SkinException::class, 'SkinException' );
Exceptions for skin-related failures.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Ge...