code4lib / ruby-oai

a Ruby library for building OAI-PMH clients and servers
MIT License
62 stars 42 forks source link

use named exceptions in OAI::Response #103

Closed barmintor closed 2 years ago

barmintor commented 2 years ago

OAI::Exception subclasses are registered by code so that OAI::Response can raise named exceptions

dmolesUC commented 2 years ago

@barmintor Nice.