Class: Dependabot::IncompatibleCPU

Inherits:
TypedDependabotError show all
Defined in:
lib/dependabot/errors.rb

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.



984
985
986
# File 'lib/dependabot/errors.rb', line 984

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