Skip to content

Commit 3cf9f22

Browse files
committed
fix: lint
1 parent a561a26 commit 3cf9f22

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/EasyPost/Exception/Api/ApiException.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use EasyPost\Exception\General\EasyPostException;
66
use EasyPost\FieldError;
7-
use Exception;
87

98
/**
109
* @package EasyPost
@@ -19,7 +18,7 @@ class ApiException extends EasyPostException
1918
{
2019
public $code; // @phpstan-ignore-line
2120
public $errors; // @phpstan-ignore-line
22-
protected $message; // @phpstan-ignore-line
21+
protected $message;
2322
private ?string $httpBody;
2423
private ?int $httpStatus;
2524
private mixed $jsonBody;

0 commit comments

Comments
 (0)