tschoffelen / react-native-email-link

📭 Open an email client from React Native (for 'magic link' type functionality).
MIT License
396 stars 70 forks source link

have EmailException extend Error #64

Closed mvanroon closed 4 years ago

mvanroon commented 4 years ago

Have the EmailException extend Error, so that for example Sentry recognises these errors.

Fixes https://github.com/tschoffelen/react-native-email-link/issues/63

Related: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error#Custom_Error_Types

tschoffelen commented 4 years ago

Thanks!

Published to NPM as react-native-email-link@1.7.5