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

reject() public method

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