Exception: Ibex::CLIReduce::ReductionBudgetExceeded
- Defined in:
- lib/ibex/cli/reduce.rb,
sig/ibex/cli/reduce.rbs
Instance Attribute Summary collapse
- #details ⇒ reduction_budget_details readonly
Instance Method Summary collapse
-
#initialize(details) ⇒ ReductionBudgetExceeded
constructor
A new instance of ReductionBudgetExceeded.
Constructor Details
#initialize(details) ⇒ ReductionBudgetExceeded
Returns a new instance of ReductionBudgetExceeded.
56 57 58 59 |
# File 'lib/ibex/cli/reduce.rb', line 56 def initialize(details) @details = details super("(reduce):1:1: configured resource budget was exhausted") end |
Instance Attribute Details
#details ⇒ reduction_budget_details (readonly)
53 54 55 |
# File 'lib/ibex/cli/reduce.rb', line 53 def details @details end |