ActiveCampaign / activecampaign-api-php

MIT License
115 stars 76 forks source link

Throw exceptions from V1 with only the response message and not the whole response object #96

Closed cristiangrama closed 6 years ago

cristiangrama commented 6 years ago

Description

When the v1 api responds with non 2xx status code, throw an exception with only the response message and not the entire response object.

@ActiveCampaign/integration