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