Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/
H A DThrowPromise.php44 if (!class_exists($exception) || !$this->isAValidThrowable($exception)) {
95 private function isAValidThrowable($exception) function in Prophecy\\Promise\\ThrowPromise