Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F115553894
ConduitMethodNotFoundException.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Jun 1, 17:48
Size
230 B
Mime Type
text/x-php
Expires
Tue, Jun 3, 17:48 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26498975
Attached To
rPH Phabricator
ConduitMethodNotFoundException.php
View Options
<?php
/**
* @concrete-extensible
*/
class
ConduitMethodNotFoundException
extends
ConduitException
{
public
function
__construct
(
$method
)
{
parent
::
__construct
(
pht
(
"Conduit method '%s' does not exist."
,
$method
));
}
}
Event Timeline
Log In to Comment