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