Exception: Cacofonix::CodeListNotFound
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- Cacofonix::CodeListNotFound
- Defined in:
- lib/cacofonix/core/code.rb
Instance Method Summary collapse
-
#initialize(list_number) ⇒ CodeListNotFound
constructor
A new instance of CodeListNotFound.
Constructor Details
#initialize(list_number) ⇒ CodeListNotFound
Returns a new instance of CodeListNotFound.
93 94 95 |
# File 'lib/cacofonix/core/code.rb', line 93 def initialize(list_number) @list_number = list_number end |