status(); $body = $response->json(); $this->errors = $body['errors'] ?? []; $message = "Asaas API Error ($status): " . collect($this->errors)->pluck('description')->join(', '); parent::__construct($message, $status); } }