mikamai/akamai_api

View on GitHub
lib/akamai_api/unauthorized.rb

Summary

Maintainability
A
0 mins
Test Coverage
require "akamai_api/error"

module AkamaiApi
  # A simple subclass of {AkamaiApi::Error} representing the "invalid login credentials" error
  class Unauthorized < AkamaiApi::Error; end
end