Exception: Dependabot::NetworkUnsafeHTTP

Inherits:
TypedDependabotError show all
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

#error_type

Instance Method Summary collapse

Methods inherited from TypedDependabotError

#detail

Constructor Details

#initialize(message = nil) ⇒ NetworkUnsafeHTTP

Returns a new instance of NetworkUnsafeHTTP.



730
731
732
# File 'lib/dependabot/errors.rb', line 730

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