Dumplie\CustomerService\Domain\OrderState\Refunded::send PHP Method

send() public method

public send ( ) : Dumplie\CustomerService\Domain\OrderState
return Dumplie\CustomerService\Domain\OrderState
    public function send() : OrderState
    {
        throw InvalidTransitionException::finalState('refunded');
    }