Page MenuHomeWickedGov Phorge

BannerLoaderException.php
No OneTemporary

Size
448 B
Referenced Files
None
Subscribers
None

BannerLoaderException.php

<?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

Mime Type
text/x-php
Expires
Fri, Jul 3, 16:44 (8 h, 6 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ce/b6/3c1cd1029b0ec2ea969f616e1381
Default Alt Text
BannerLoaderException.php (448 B)

Event Timeline