This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Description
@VicV came across a minor issue in the SDK, its throwing an error in our IDE, when you have the time would appreciate an update. Thanks!
Description
The APIException::_construct method parameters are string $reason and TaplyticsLib\Http\HttpContext $context however the docblock refers to an int $responseCode and string $responseBody instead which raises a warning in the IDE when mocking the object for tests, etc.
Link to the docblock: APIException.php#L31-L33