Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3294698
PhutilTypeExtraParametersException.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
393 B
Referenced Files
None
Subscribers
None
PhutilTypeExtraParametersException.php
View Options
<?php
final
class
PhutilTypeExtraParametersException
extends
Exception
{
private
$parameters
;
public
function
getParameters
(
)
{
return
$this
->
parameters
;
}
public
function
__construct
(
array
$extra
)
{
$message
=
pht
(
'Got unexpected parameters: %s'
,
implode
(
', '
,
array_keys
(
$extra
)
)
)
;
parent
::
__construct
(
$message
)
;
$this
->
parameters
=
$extra
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Mar 26, 22:23 (1 w, 22 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1116160
Default Alt Text
PhutilTypeExtraParametersException.php (393 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment