Exception: Dependabot::NetworkUnsafeHTTP
- Inherits:
-
TypedDependabotError
- Object
- StandardError
- DependabotError
- TypedDependabotError
- Dependabot::NetworkUnsafeHTTP
- 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) ⇒ NetworkUnsafeHTTP
constructor
A new instance of NetworkUnsafeHTTP.
Methods inherited from TypedDependabotError
Constructor Details
#initialize(message = nil) ⇒ NetworkUnsafeHTTP
Returns a new instance of NetworkUnsafeHTTP.
730 731 732 |
# File 'lib/dependabot/errors.rb', line 730 def initialize( = nil) super("network_unsafe_http", ) end |