Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
lobbyist-ruby / lib / lobbyist / error / not_found.rb
Size: Mime:
module Lobbyist
  class Error
    # Raised when Customer Lobby returns the HTTP status code 404
    class NotFound < Lobbyist::Error::ClientError
      HTTP_STATUS_CODE = 404
    end
  end
end