Exception: VhdlDoctest::OutOfRangeSymbolError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- VhdlDoctest::OutOfRangeSymbolError
- Defined in:
- lib/vhdl_doctest/test_parser.rb
Instance Method Summary collapse
-
#initialize(bad_value, allowed) ⇒ OutOfRangeSymbolError
constructor
A new instance of OutOfRangeSymbolError.
Constructor Details
#initialize(bad_value, allowed) ⇒ OutOfRangeSymbolError
Returns a new instance of OutOfRangeSymbolError.
3 4 5 |
# File 'lib/vhdl_doctest/test_parser.rb', line 3 def initialize(bad_value, allowed) super("#{ bad_value } includes not allowed symbol(s): #{ allowed }") end |