Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2890173
ArcanistCapabilityNotSupportedException.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
329 B
Referenced Files
None
Subscribers
None
ArcanistCapabilityNotSupportedException.php
View Options
<?php
final
class
ArcanistCapabilityNotSupportedException
extends
Exception
{
public
function
__construct
(
ArcanistRepositoryAPI
$api
)
{
$name
=
$api
->
getSourceControlSystemName
(
)
;
parent
::
__construct
(
pht
(
"This repository API ('%s') does not support the requested capability."
,
$name
)
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 13:10 (3 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1114613
Default Alt Text
ArcanistCapabilityNotSupportedException.php (329 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment