datacite/maltese

View on GitHub
lib/maltese/datafile.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'logstash-logger'
require 'retriable'
require 'slack-notifier'

module Maltese
  class ::InternalServerError < StandardError; end
  class ::BadGatewayError < StandardError; end

  class Datafile

  end
end