Page MenuHomec4science

ConduitMethodNotFoundException.php
No OneTemporary

File Metadata

Created
Fri, Jun 6, 13:44

ConduitMethodNotFoundException.php

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

Event Timeline