halogenandtoast / alchemist

A scientific conversion library.
155 stars 28 forks source link

raise custom error classes instead of Exception #38

Closed anujbiyani closed 9 years ago

anujbiyani commented 9 years ago

raise custom error classes instead of Exception so that if people want to rescue from Alchemist errors, they don't need to rescue from all exceptions

halogenandtoast commented 9 years ago

I've merged your work into master. Thank you for the contribution. I did rename one of the error classes slightly and added some tests.