Exception: Ibex::Verify::BudgetExceeded
- Defined in:
- lib/ibex/verify/result.rb,
sig/ibex/verify/result.rbs
Instance Attribute Summary collapse
- #bounds ⇒ Hash[Symbol, Integer] readonly
Instance Method Summary collapse
-
#initialize(message, bounds:) ⇒ BudgetExceeded
constructor
A new instance of BudgetExceeded.
Constructor Details
#initialize(message, bounds:) ⇒ BudgetExceeded
Returns a new instance of BudgetExceeded.
67 68 69 70 |
# File 'lib/ibex/verify/result.rb', line 67 def initialize(, bounds:) @bounds = bounds.dup.freeze super() end |
Instance Attribute Details
#bounds ⇒ Hash[Symbol, Integer] (readonly)
64 65 66 |
# File 'lib/ibex/verify/result.rb', line 64 def bounds @bounds end |