Exception: VhdlDoctest::OutOfRangeSymbolError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/vhdl_doctest/test_parser.rb

Instance Method Summary collapse

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