Exception: Ashikawa::Core::IndexNotFoundException
- Inherits:
-
ResourceNotFound
- Object
- RuntimeError
- ClientError
- ResourceNotFound
- Ashikawa::Core::IndexNotFoundException
- Defined in:
- lib/ashikawa-core/exceptions/client_error/resource_not_found/index_not_found.rb
Overview
This Exception is thrown when an index was requested from the server that does not exist.
Instance Method Summary collapse
-
#to_s ⇒ Object
private
String representation of the exception.
Methods inherited from ResourceNotFound
Methods inherited from ClientError
#default_error_message, #initialize
Constructor Details
This class inherits a constructor from Ashikawa::Core::ClientError
Instance Method Details
#to_s ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
String representation of the exception
13 14 15 |
# File 'lib/ashikawa-core/exceptions/client_error/resource_not_found/index_not_found.rb', line 13 def to_s 'You requested an index from the server that does not exist' end |