Exception: Cacofonix::CodeNotFoundInList

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/cacofonix/core/code.rb

Instance Method Summary collapse

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