Home
last modified time | relevance | path

Searched defs:UnexpectedCallsException (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/
H A DUnexpectedCallsException.php17 class UnexpectedCallsException extends MethodProphecyException implements PredictionException class
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prediction/
H A DNoCallsPrediction.php18 use Prophecy\Exception\Prediction\UnexpectedCallsException; alias