Instantiate a WrappedException
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.
wrap()
Te $exception