HH\Asio\WrappedException::__construct

Instantiate a WrappedException

public function __construct(
  Te $exception,
);

Normally, you will not instantiate a WrappedException directly, but rather have one returned back to you on a call to wrap() if the operation failed.

Parameters

  • Te $exception