private function throwInvalidFirstParameterException()

in src/CloudEventFunctionWrapper.php [63:69]


    private function throwInvalidFirstParameterException(): void
    {
        throw new LogicException(sprintf(
            'Your function must have "%s" as the typehint for the first argument',
            $this->getFunctionParameterClassName()
        ));
    }