diff --git a/lib/EasyPost/Exception/Api/ApiException.php b/lib/EasyPost/Exception/Api/ApiException.php index 0b85ac3f..f43264e2 100644 --- a/lib/EasyPost/Exception/Api/ApiException.php +++ b/lib/EasyPost/Exception/Api/ApiException.php @@ -4,7 +4,6 @@ use EasyPost\Exception\General\EasyPostException; use EasyPost\FieldError; -use Exception; /** * @package EasyPost @@ -19,7 +18,7 @@ class ApiException extends EasyPostException { public $code; // @phpstan-ignore-line public $errors; // @phpstan-ignore-line - protected $message; // @phpstan-ignore-line + protected $message; private ?string $httpBody; private ?int $httpStatus; private mixed $jsonBody;