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