http-signatures-php icon indicating copy to clipboard operation
http-signatures-php copied to clipboard

Exception type heirarchy

Open pda opened this issue 11 years ago • 0 comments

Currently, many error conditions are thrown as Exception. Instead they should be made more specific, all inheriting from a central library-specific base exception. See https://github.com/99designs/http-signatures-ruby for reference.

pda avatar Oct 09 '14 21:10 pda