function MethodProphecyException::__construct
Parameters
string $message:
Overrides ObjectProphecyException::__construct
2 calls to MethodProphecyException::__construct()
- UnexpectedCallsException::__construct in vendor/
phpspec/ prophecy/ src/ Prophecy/ Exception/ Prediction/ UnexpectedCallsException.php - UnexpectedCallsException::__construct in vendor/
phpspec/ prophecy/ src/ Prophecy/ Exception/ Prediction/ UnexpectedCallsException.php
1 method overrides MethodProphecyException::__construct()
- UnexpectedCallsException::__construct in vendor/
phpspec/ prophecy/ src/ Prophecy/ Exception/ Prediction/ UnexpectedCallsException.php
File
-
vendor/
phpspec/ prophecy/ src/ Prophecy/ Exception/ Prophecy/ MethodProphecyException.php, line 23
Class
Namespace
Prophecy\Exception\ProphecyCode
public function __construct($message, MethodProphecy $methodProphecy) {
parent::__construct($message, $methodProphecy->getObjectProphecy());
$this->methodProphecy = $methodProphecy;
}