BlockScore/blockscore-ruby

View on GitHub
lib/blockscore/errors/authentication_error.rb

Summary

Maintainability
A
0 mins
Test Coverage
module BlockScore
  class AuthenticationError < APIError
  end
end