Exception: Cacofonix::CodeNotFoundInList
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Cacofonix::CodeNotFoundInList
- Defined in:
- lib/cacofonix/core/code.rb
Instance Method Summary collapse
-
#initialize(list_number, code) ⇒ CodeNotFoundInList
constructor
A new instance of CodeNotFoundInList.
Constructor Details
#initialize(list_number, code) ⇒ CodeNotFoundInList
Returns a new instance of CodeNotFoundInList.
100 101 102 103 |
# File 'lib/cacofonix/core/code.rb', line 100 def initialize(list_number, code) @list_number = list_number @code = code end |