Class: Dependabot::SnapshotsUnavailableGraphError
- Inherits:
-
TypedDependabotError
- Object
- DependabotError
- TypedDependabotError
- Dependabot::SnapshotsUnavailableGraphError
- Defined in:
- lib/dependabot/errors.rb
Instance Attribute Summary
Attributes inherited from TypedDependabotError
Instance Method Summary collapse
-
#initialize(message = nil) ⇒ SnapshotsUnavailableGraphError
constructor
A new instance of SnapshotsUnavailableGraphError.
Methods inherited from TypedDependabotError
Constructor Details
#initialize(message = nil) ⇒ SnapshotsUnavailableGraphError
Returns a new instance of SnapshotsUnavailableGraphError.
994 995 996 |
# File 'lib/dependabot/errors.rb', line 994 def initialize( = nil) super("snapshots_unavailable_graph_error", ) end |