Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prediction/
H A DCallPrediction.php20 use Prophecy\Exception\Prediction\NoCallsException; alias
62 throw new NoCallsException(sprintf(
76 throw new NoCallsException(sprintf(
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/
H A DNoCallsException.php16 class NoCallsException extends MethodProphecyException implements PredictionException class