Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F115392890
ConduitMethodDoesNotExistException.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
Sat, May 31, 15:03
Size
262 B
Mime Type
text/x-php
Expires
Mon, Jun 2, 15:03 (2 d)
Engine
blob
Format
Raw Data
Handle
26486392
Attached To
rPH Phabricator
ConduitMethodDoesNotExistException.php
View Options
<?php
final
class
ConduitMethodDoesNotExistException
extends
ConduitMethodNotFoundException
{
public
function
__construct
(
$method_name
)
{
parent
::
__construct
(
pht
(
'Conduit API method "%s" does not exist.'
,
$method_name
));
}
}
Event Timeline
Log In to Comment