Home
last modified time | relevance | path

Searched refs:MethodNotExtendableException (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DClassNode.php14 use Prophecy\Exception\Doubler\MethodNotExtendableException; alias
109 … throw new MethodNotExtendableException($message, $this->getParentClass(), $method->getName());
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/
H A DMethodNotExtendableException.php5 class MethodNotExtendableException extends DoubleException class