getMessage(), 0, $exception ); $this->state = $state; } /** * Get the state of the transfer * * @return TransferStateInterface */ public function getState() { return $this->state; } }