You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -122,7 +122,7 @@ public function __construct($apiKey, $timeout = Constants::TIMEOUT, $apiBase = C
122
122
$this->webhook = newWebhookService($this);
123
123
124
124
if (!$this->apiKey) {
125
-
thrownewError('No API key provided. See https://www.easypost.com/docs for details, or contact ' . Constants::SUPPORT_EMAIL . ' for assistance.');
125
+
thrownewMissingParameterException('No API key provided. See https://www.easypost.com/docs for details, or contact ' . Constants::SUPPORT_EMAIL . ' for assistance.');
0 commit comments