Exception: Inferno::UnknownCodeSystemException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/inferno/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(code_system) ⇒ UnknownCodeSystemException

Returns a new instance of UnknownCodeSystemException.



15
16
17
# File 'lib/inferno/exceptions.rb', line 15

def initialize(code_system)
  super("Unknown Code System: #{code_system}")
end