Page MenuHomePhorge

ConduitMethodDoesNotExistException.php
No OneTemporary

Size
262 B
Referenced Files
None
Subscribers
None

ConduitMethodDoesNotExistException.php

<?php
final class ConduitMethodDoesNotExistException
extends ConduitMethodNotFoundException {
public function __construct($method_name) {
parent::__construct(
pht(
'Conduit API method "%s" does not exist.',
$method_name));
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, May 12, 10:51 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
121512
Default Alt Text
ConduitMethodDoesNotExistException.php (262 B)

Event Timeline