Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99383214
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
Fri, Jan 24, 01:43
Size
230 B
Mime Type
text/x-php
Expires
Sun, Jan 26, 01:43 (2 d)
Engine
blob
Format
Raw Data
Handle
23787125
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