99designs / http-signatures-php

Sign and verify PSR-7 HTTP messages in PHP.
MIT License
44 stars 32 forks source link

Exception type heirarchy #7

Open pda opened 9 years ago

pda commented 9 years ago

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.