el1t / uBlock-Safari

uBlock Origin - An efficient blocker for Chromium, Firefox, and Safari. Fast and lean.
GNU General Public License v3.0
2.75k stars 97 forks source link

Throw an actual Error object instead of a string #30

Closed benvinegar closed 7 years ago

benvinegar commented 7 years ago

Error objects have stack properties that can be passed to error reporting tools; strings do not. Helpful for use with open source error reporting tools like Sentry.

Refs gorhill/uBlock#2415