Exception: Autobuild::PackageException
- Inherits:
-
PhaseException
- Object
- RuntimeError
- PhaseException
- Autobuild::PackageException
- Defined in:
- lib/autobuild/exceptions.rb
Overview
An error occured in a package
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from PhaseException
Instance Method Summary collapse
-
#initialize(target = nil, phase = nil, options = Hash.new) ⇒ PackageException
constructor
A new instance of PackageException.
- #mail? ⇒ Boolean
Methods inherited from PhaseException
#exception_message, #fatal?, #retry?, #to_s
Constructor Details
#initialize(target = nil, phase = nil, options = Hash.new) ⇒ PackageException
Returns a new instance of PackageException.
68 69 70 71 72 |
# File 'lib/autobuild/exceptions.rb', line 68 def initialize(target = nil, phase = nil, = Hash.new) , = Kernel. , retry: false super(target, phase, .merge()) end |
Instance Method Details
#mail? ⇒ Boolean
64 65 66 |
# File 'lib/autobuild/exceptions.rb', line 64 def mail? true end |