Page MenuHomec4science

ConduitMethodNotFoundException.php
No OneTemporary

File Metadata

Created
Sat, Jun 7, 08:45

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