mikamai/akamai_api

View on GitHub
lib/akamai_api/eccu/not_found.rb

Summary

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

module AkamaiApi::ECCU
  # A simple subclass of {AkamaiApi::Error} indicating that the requested ECCU resource cannot be found
  class NotFound < AkamaiApi::Error; end
end