Sha256: 387eef44fadbfd831d4b25a5b96f2757bc5286dfe3374f3d5a57f98619d0a60b
Contents?: true
Size: 350 Bytes
Versions: 15
Compression:
Stored size: 350 Bytes
Contents
# Exception for a Not Found Response ( Status Code : 404 ). # The server has not found anything matching the Request-URI. class ApiClient::Exceptions::NotFound < ApiClient::Exceptions::Generic # Initialize a new exception. # # @return [NotFound] a new exception. def self.initialize super("The required url could not be found!") end end
Version data entries
15 entries across 15 versions & 1 rubygems