class Ashikawa::Core::CollectionNotInGraphException

This Exception is thrown when the collection was found in the database but was not yet associated to the Graph.

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_in_graph.rb, line 12
def to_s
  'The requested collection has not been added to the graph yet.'
end