Skip to content

ApiException : trying to access array offset on value of type null #44

Description

@brutalVinz

Hi,
When trying to update data via API i got this error:

In ApiException.php line 29:
Trying to access array offset on value of type null

public function getResponse($key = null) { print_r($this->response); return $key ? $this->response[$key] : $this->response; }

$key value is "message" but $this->response is null

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions