public function AggregateException::getExceptions in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/AggregateException.php \Prophecy\Exception\Prediction\AggregateException::getExceptions()
Return value
File
- vendor/
phpspec/ prophecy/ src/ Prophecy/ Exception/ Prediction/ AggregateException.php, line 33
Class
Namespace
Prophecy\Exception\PredictionCode
public function getExceptions() {
return $this->exceptions;
}