Page MenuHomec4science

ConduitMethodNotFoundException.php
No OneTemporary

File Metadata

Created
Sun, Jun 1, 17:48

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