Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1428830
PathSegmentException.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
545 B
Referenced Files
None
Subscribers
None
PathSegmentException.php
View Options
<?php
namespace
MediaWiki\Rest\PathTemplateMatcher
;
use
Exception
;
/**
* @newable
*/
class
PathSegmentException
extends
Exception
{
/** @var string */
public
$template
;
/** @var mixed */
public
$userData
;
/**
* @stable to call
*
* @param string $template
* @param mixed $userData
*/
public
function
__construct
(
$template
,
$userData
)
{
$this
->
template
=
$template
;
$this
->
userData
=
$userData
;
parent
::
__construct
(
"Unable to add path template
\"
$template
\"
since it contains "
.
"an empty path segment."
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 16:44 (11 h, 30 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
e0/b1/e0eeba923c75818a41abd1a7f0e6
Default Alt Text
PathSegmentException.php (545 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment