Sonata\Component\Delivery\UndeliverableCountryException::getAddress PHP Method

getAddress() public method

public getAddress ( ) : Sonata\Component\Customer\AddressInterface
return Sonata\Component\Customer\AddressInterface
    public function getAddress()
    {
        return $this->address;
    }
UndeliverableCountryException