We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5f1ae4 commit c9283abCopy full SHA for c9283ab
1 file changed
src/CopacoCloudAPIClient.php
@@ -68,6 +68,7 @@ public function setBearerToken(#[SensitiveParameter] ?string $bearerToken): self
68
* @param array $query
69
*
70
* @return SubscriptionList|null
71
+ * @throws CopacoCloudAPIException
72
*/
73
public function getSubscriptions(array $query = []): ?SubscriptionList
74
{
@@ -79,6 +80,7 @@ public function getSubscriptions(array $query = []): ?SubscriptionList
79
80
81
82
* @return CustomerList|null
83
84
85
public function getCustomers(array $query = []): ?CustomerList
86
0 commit comments