Polymer / tattoo

Test All The Things Over and Over
BSD 3-Clause "New" or "Revised" License
12 stars 3 forks source link

Convert `throw 'some string'` to `throw SomeError` #30

Closed usergenic closed 7 years ago

usergenic commented 7 years ago

Lots of throws throughout the code are throwing strings instead of typed errors. Need to fix.

usergenic commented 7 years ago

Small fix. Done.