Sha256: c8b60031a69b73b74b97ce4f0bdb4f4dc3c04c7ee7e31868db97201e8e678f39

Contents?: true

Size: 301 Bytes

Versions: 6

Compression:

Stored size: 301 Bytes

Contents

module Ezid
  class Error < ::RuntimeError; end

  # The requested identifier was not found
  class IdentifierNotFoundError < Error; end

  # The requested action is not allowed
  class NotAllowedError < Error; end

  class DeletionError < Error; end

  class UnexpectedResponseError < Error; end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ezid-client-1.9.4 lib/ezid/error.rb
ezid-client-1.9.3 lib/ezid/error.rb
ezid-client-1.9.2 lib/ezid/error.rb
ezid-client-1.9.1 lib/ezid/error.rb
ezid-client-1.9.0 lib/ezid/error.rb
ezid-client-1.9.0.rc1 lib/ezid/error.rb