Sha256: 9c969e56ed1ef17c5409fff3df10d6389b12312370b5d3cbf5d723d2bcc5a020
Contents?: true
Size: 366 Bytes
Versions: 1
Compression:
Stored size: 366 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(url) super("The requested url (#{url}) could not be found!") end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
api-client-1.9.0 | lib/api-client/exceptions/not_found.rb |