Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/
DAggregateException.php16 class AggregateException extends \RuntimeException implements PredictionException
21 public function append(PredictionException $exception)
32 * @return PredictionException[]
DFailedPredictionException.php22 class FailedPredictionException extends RuntimeException implements PredictionException
DPredictionException.php16 interface PredictionException extends Exception interface
DNoCallsException.php16 class NoCallsException extends MethodProphecyException implements PredictionException
DUnexpectedCallsException.php17 class UnexpectedCallsException extends MethodProphecyException implements PredictionException
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/
DProphet.php22 use Prophecy\Exception\Prediction\PredictionException; alias
126 } catch (PredictionException $e) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
DObjectProphecy.php23 use Prophecy\Exception\Prediction\PredictionException; alias
221 } catch (PredictionException $e) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
DTestCase.php17 use Prophecy\Exception\Prediction\PredictionException; alias
939 } catch (PredictionException $e) {
1026 if ($e instanceof PredictionException) {