Exception: Dependabot::IncompatibleCPU

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) ⇒ IncompatibleCPU

Returns a new instance of IncompatibleCPU.



723
724
725
# File 'lib/dependabot/errors.rb', line 723

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