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

Version Path
api-client-1.8.2 lib/api-client/exceptions/not_found.rb
api-client-1.8.1 lib/api-client/exceptions/not_found.rb
api-client-1.8.0 lib/api-client/exceptions/not_found.rb
api-client-1.7.1 lib/api-client/exceptions/not_found.rb
api-client-1.7.0 lib/api-client/exceptions/not_found.rb
api-client-1.6.1 lib/api-client/exceptions/not_found.rb
api-client-1.6.0 lib/api-client/exceptions/not_found.rb
api-client-1.5.4 lib/api-client/exceptions/not_found.rb
api-client-1.5.3 lib/api-client/exceptions/not_found.rb
api-client-1.5.2 lib/api-client/exceptions/not_found.rb
api-client-1.5.1 lib/api-client/exceptions/not_found.rb
api-client-1.5.0 lib/api-client/exceptions/not_found.rb
api-client-1.4.1 lib/api-client/exceptions/not_found.rb
api-client-1.4.0 lib/api-client/exceptions/not_found.rb
api-client-1.3.0 lib/api-client/exceptions/not_found.rb