class Ashikawa::Core::IndexNotFoundException

This Exception is thrown when an index was requested from the server that does not exist.

Public Instance Methods

to_s() click to toggle source

String representation of the exception

@return String @api private

# File lib/ashikawa-core/exceptions/client_error/resource_not_found/index_not_found.rb, line 12
def to_s
  'You requested an index from the server that does not exist'
end