We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a561a26 commit 3cf9f22Copy full SHA for 3cf9f22
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