Exception: Ibex::CLIReduce::ReductionBudgetExceeded

Inherits:
Error
  • Object
show all
Defined in:
lib/ibex/cli/reduce.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#detailsObject (readonly)

: reduction_budget_details



53
54
55
# File 'lib/ibex/cli/reduce.rb', line 53

def details
  @details
end