AggregateException
extends RuntimeException
in package
implements
PredictionException
Interfaces, Classes and Traits
- PredictionException
- Core Prophecy exception interface.
Table of Contents
- $exceptions : mixed
- $objectProphecy : mixed
- append() : mixed
- getExceptions() : array<string|int, PredictionException>
- getObjectProphecy() : ObjectProphecy
- setObjectProphecy() : mixed
Properties
$exceptions
private
mixed
$exceptions
= array()
$objectProphecy
private
mixed
$objectProphecy
Methods
append()
public
append(PredictionException $exception) : mixed
Parameters
- $exception : PredictionException
Return values
mixed —getExceptions()
public
getExceptions() : array<string|int, PredictionException>
Return values
array<string|int, PredictionException> —getObjectProphecy()
public
getObjectProphecy() : ObjectProphecy
Return values
ObjectProphecy —setObjectProphecy()
public
setObjectProphecy(ObjectProphecy $objectProphecy) : mixed
Parameters
- $objectProphecy : ObjectProphecy