Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
H A DThrowablePatch.php18 … return $this->implementsAThrowableInterface($node) && $this->doesNotExtendAThrowableClass($node);
25 private function implementsAThrowableInterface(ClassNode $node) function in Prophecy\\Doubler\\ClassPatch\\ThrowablePatch