*/ final class NoopHydrator implements Hydrator { /** * @throws \LogicException */ public function hydrate(ResponseInterface $response, string $class) { throw new \LogicException('The NoopHydrator should never be called'); } }