Пример #1
0
 /**
  * Replays the exception of the given track.
  *
  * @param TrackInterface $track The track.
  *
  * @throws HttpAdapterException The exception to be replayed
  */
 private function replayException(TrackInterface $track)
 {
     throw $track->getException();
 }