class Ashikawa::Core::DocumentNotFoundException

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/document_not_found.rb, line 12
def to_s
  'You requested a document from the server that does not exist'
end