class Ashikawa::Core::GraphNotFoundException

This Exception is thrown when a graph 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/graph_not_found.rb, line 12
def to_s
  'You requested a graph from the server that does not exist'
end