There was an error while loading. Please reload this page.
2 parents 9ec1656 + cae9a57 commit 0ca0e1dCopy full SHA for 0ca0e1d
1 file changed
lib/EasyPost/Exception/Api/ApiException.php
@@ -4,7 +4,6 @@
4
5
use EasyPost\Exception\General\EasyPostException;
6
use EasyPost\FieldError;
7
-use Exception;
8
9
/**
10
* @package EasyPost
@@ -19,7 +18,7 @@ class ApiException extends EasyPostException
19
18
{
20
public $code; // @phpstan-ignore-line
21
public $errors; // @phpstan-ignore-line
22
- protected $message; // @phpstan-ignore-line
+ protected $message;
23
private ?string $httpBody;
24
private ?int $httpStatus;
25
private mixed $jsonBody;
0 commit comments