Exception: Ashikawa::Core::CollectionNotInGraphException
- Inherits:
-
ResourceNotFound
- Object
- RuntimeError
- ClientError
- ResourceNotFound
- Ashikawa::Core::CollectionNotInGraphException
- Defined in:
- lib/ashikawa-core/exceptions/client_error/resource_not_found/collection_not_in_graph.rb
Overview
This Exception is thrown when the collection was found in the database but was not yet associated to the Graph.
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/collection_not_in_graph.rb', line 13 def to_s 'The requested collection has not been added to the graph yet.' end |