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.



980
981
982
# File 'lib/dependabot/errors.rb', line 980

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