interface PredictionException
Hierarchy
- interface \Prophecy\Exception\Exception extends \Prophecy\Exception\Throwable
- interface \Prophecy\Exception\Prediction\PredictionException extends \Prophecy\Exception\Exception
Expanded class hierarchy of PredictionException
All classes that implement PredictionException
5 files declare their use of PredictionException
- MethodProphecy.php in vendor/
phpspec/ prophecy/ src/ Prophecy/ Prophecy/ MethodProphecy.php - ObjectProphecy.php in vendor/
phpspec/ prophecy/ src/ Prophecy/ Prophecy/ ObjectProphecy.php - PredictionInterface.php in vendor/
phpspec/ prophecy/ src/ Prophecy/ Prediction/ PredictionInterface.php - ProphecyTrait.php in vendor/
phpspec/ prophecy-phpunit/ src/ ProphecyTrait.php - Prophet.php in vendor/
phpspec/ prophecy/ src/ Prophecy/ Prophet.php
File
-
vendor/
phpspec/ prophecy/ src/ Prophecy/ Exception/ Prediction/ PredictionException.php, line 16
Namespace
Prophecy\Exception\PredictionView source
interface PredictionException extends Exception {
}