class Ashikawa::Core::CollectionNotFoundException
This Exception is thrown when a document 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/collection_not_found.rb, line 12 def to_s 'You requested a collection from the server that does not exist' end