Exception: Ibex::Fix::BudgetExceeded
- Defined in:
- lib/ibex/fix.rb,
sig/ibex/fix.rbs
Overview
Instance Attribute Summary collapse
- #details ⇒ Hash[Symbol, Object?] readonly
Instance Method Summary collapse
-
#initialize(details) ⇒ BudgetExceeded
constructor
A new instance of BudgetExceeded.
Constructor Details
#initialize(details) ⇒ BudgetExceeded
Returns a new instance of BudgetExceeded.
27 28 29 30 |
# File 'lib/ibex/fix.rb', line 27 def initialize(details) @details = IR.deep_freeze(details) super("(fix):1:1: candidate or build budget was exhausted") end |
Instance Attribute Details
#details ⇒ Hash[Symbol, Object?] (readonly)
24 25 26 |
# File 'lib/ibex/fix.rb', line 24 def details @details end |