superfaceai / service-client

Library provides client for superface backend apis.
MIT License
5 stars 1 forks source link

Set prototype for custom errors #43

Closed freaz closed 3 years ago

freaz commented 3 years ago

I didn't specify custom error classes correctly according to https://github.com/Microsoft/TypeScript/wiki/Breaking-Changes#extending-built-ins-like-error-array-and-map-may-no-longer-work

this PR is fixing it and adding test to ensure instanceof operator works.

freaz commented 3 years ago

Neither did I and obviously it is quite important 😅