You are here

public function AggregateException::getExceptions in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/AggregateException.php \Prophecy\Exception\Prediction\AggregateException::getExceptions()

Return value

PredictionException[]

File

vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/AggregateException.php, line 33

Class

AggregateException

Namespace

Prophecy\Exception\Prediction

Code

public function getExceptions() {
  return $this->exceptions;
}