Sha256: f6575f2b65f968e9ea108add053e125b3f9c51b851264c61119e79069b6da8a2

Contents?: true

Size: 335 Bytes

Versions: 1

Compression:

Stored size: 335 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

  class ServerError < Error; end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ezid-client-1.10.0 lib/ezid/error.rb