Page MenuHomec4science

ConduitMethodNotFoundException.php
No OneTemporary

File Metadata

Created
Fri, Jan 24, 01:43

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