http-signatures-php
http-signatures-php copied to clipboard
Exception type heirarchy
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.