Page MenuHomePhorge

ConduitMethodNotFoundException.php
No OneTemporary

Size
230 B
Referenced Files
None
Subscribers
None

ConduitMethodNotFoundException.php

<?php
/**
* @concrete-extensible
*/
class ConduitMethodNotFoundException extends ConduitException {
public function __construct($method) {
parent::__construct(pht("Conduit method '%s' does not exist.", $method));
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, Jun 30, 10:49 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
273219
Default Alt Text
ConduitMethodNotFoundException.php (230 B)

Event Timeline