Searched refs:PredictionException (Results 1 – 8 of 8) sorted by relevance
16 class AggregateException extends \RuntimeException implements PredictionException21 public function append(PredictionException $exception)32 * @return PredictionException[]
22 class FailedPredictionException extends RuntimeException implements PredictionException
16 interface PredictionException extends Exception interface
16 class NoCallsException extends MethodProphecyException implements PredictionException
17 class UnexpectedCallsException extends MethodProphecyException implements PredictionException
22 use Prophecy\Exception\Prediction\PredictionException; alias126 } catch (PredictionException $e) {
23 use Prophecy\Exception\Prediction\PredictionException; alias221 } catch (PredictionException $e) {
17 use Prophecy\Exception\Prediction\PredictionException; alias939 } catch (PredictionException $e) {1026 if ($e instanceof PredictionException) {