getNext()) { if ($handler instanceof RequestDataHandler) { return $handler; } } throw new RuntimeException('RequestDataHandler is not present in the chain.'); } }