mollie / mollie-api-node

Official Mollie API client for Node
http://www.mollie.com
BSD 3-Clause "New" or "Revised" License
231 stars 63 forks source link

Export ApiError #297

Closed hansottowirtz closed 1 year ago

hansottowirtz commented 1 year ago

Exports ApiError so errors thrown by Mollie can be detected with instanceof

janpaepke commented 1 year ago

This is resolved with https://github.com/mollie/mollie-api-node/pull/298, ApiError is now exported as MollieApiError

Pimm commented 1 year ago

Thanks for taking the time to open this PR, @hansottowirtz!