PHP Class Prooph\ServiceBus\Exception\CommandDispatchException

Inheritance: extends MessageDispatchException
Show file Open project: prooph/service-bus Class Usage Examples

Public Methods

Method Description
getPendingCommands ( ) : array
wrap ( Exception $dispatchException, array $pendingCommands ) : CommandDispatchException

Method Details

getPendingCommands() public method

public getPendingCommands ( ) : array
return array

wrap() public static method

public static wrap ( Exception $dispatchException, array $pendingCommands ) : CommandDispatchException
$dispatchException Exception
$pendingCommands array
return CommandDispatchException