ninjatronic / angular-base64

Base64 conversion for AngularJS
Other
186 stars 113 forks source link

Wrap throws with Error constructor #27

Open sheff146 opened 7 years ago

sheff146 commented 7 years ago

In current version you just throw strings. I propose to throw Errors, which is more correct.