sul-dlss/argo

View on GitHub
app/models/argo/exceptions.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
# frozen_string_literal: true

module Argo
  module Exceptions
    # Raised if there is a problem communicating with dor_indexing_app
    class ReindexError < RuntimeError; end
  end
end