Skip to content

Commit

Permalink
Merge pull request #226 from mgithens/patch-2
Browse files Browse the repository at this point in the history
Added missing var to PodioError.php
  • Loading branch information
daniel-sc committed May 29, 2023
2 parents ca7dd8e + 481f650 commit 38f193f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/error/PodioError.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ class PodioError extends Exception
public $body;
public $status;
public $url;
public $request;
public function __construct($body, $status, $url)
{
$this->body = json_decode($body, true);
Expand Down

0 comments on commit 38f193f

Please sign in to comment.