Class: Dependabot::SnapshotsUnavailableGraphError

Inherits:
TypedDependabotError show all
Defined in:
lib/dependabot/errors.rb

Instance Attribute Summary

Attributes inherited from TypedDependabotError

#error_type

Instance Method Summary collapse

Methods inherited from TypedDependabotError

#detail

Constructor Details

#initialize(message = nil) ⇒ SnapshotsUnavailableGraphError

Returns a new instance of SnapshotsUnavailableGraphError.



994
995
996
# File 'lib/dependabot/errors.rb', line 994

def initialize(message = nil)
  super("snapshots_unavailable_graph_error", message)
end