Exception: Autobuild::ConfigException
- Inherits:
-
PhaseException
- Object
- RuntimeError
- PhaseException
- Autobuild::ConfigException
- Defined in:
- lib/autobuild/exceptions.rb
Overview
There is an error/inconsistency in the configuration
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from PhaseException
Instance Method Summary collapse
-
#initialize(target = nil, phase = nil, options = Hash.new) ⇒ ConfigException
constructor
A new instance of ConfigException.
Methods inherited from PhaseException
#exception_message, #fatal?, #mail?, #retry?, #to_s
Constructor Details
#initialize(target = nil, phase = nil, options = Hash.new) ⇒ ConfigException
Returns a new instance of ConfigException.
55 56 57 58 59 |
# File 'lib/autobuild/exceptions.rb', line 55 def initialize(target = nil, phase = nil, = Hash.new) , = Kernel. , retry: false super(target, phase, .merge()) end |