Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F2750559
BannerLoaderException.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
448 B
Referenced Files
None
Subscribers
None
BannerLoaderException.php
View Options
<?php
/**
* These exceptions are thrown whenever an error occurs, which is fatal to
* rendering the banner, but can be fairly expected.
*
* @ingroup Exception
*/
class
BannerLoaderException
extends
Exception
{
public
function
__construct
(
$bannerName
=
'(none provided)'
,
$extraMsg
=
null
)
{
$this
->
message
=
static
::
class
.
" while loading banner: '{$bannerName}'"
;
if
(
$extraMsg
)
{
$this
->
message
.=
". {$extraMsg}"
;
}
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Jul 3, 16:44 (9 h, 12 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ce/b6/3c1cd1029b0ec2ea969f616e1381
Default Alt Text
BannerLoaderException.php (448 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment