Exception: Dependabot::SnapshotsUnavailableGraphError
- Inherits:
-
TypedDependabotError
- Object
- StandardError
- DependabotError
- TypedDependabotError
- Dependabot::SnapshotsUnavailableGraphError
- Defined in:
- lib/dependabot/errors.rb
Constant Summary
Constants inherited from DependabotError
DependabotError::BASIC_AUTH_REGEX, DependabotError::FURY_IO_PATH_REGEX
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.
911 912 913 |
# File 'lib/dependabot/errors.rb', line 911 def initialize( = nil) super("snapshots_unavailable_graph_error", ) end |