Skip to content

Commit 7297fad

Browse files
authored
Fix build. (#1034)
Co-authored-by: test <test>
1 parent 1f356a3 commit 7297fad

File tree

2 files changed

+58
-58
lines changed

2 files changed

+58
-58
lines changed

src/InstagramScraper/Exception/InstagramException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class InstagramException extends \Exception
99
public function __construct($message = "", $code = 500, $responseBody = "", $previous = null)
1010
{
1111
parent::__construct($message, $code, $previous);
12-
$this->responseBody = responseBody;
12+
$this->responseBody = $responseBody;
1313
}
1414

1515
public function getResponseBody()

0 commit comments

Comments
 (0)