Exception: Inferno::UnknownCodeSystemException
- Inherits:
-
StandardError
- Object
- StandardError
- Inferno::UnknownCodeSystemException
- Defined in:
- lib/inferno/exceptions.rb
Instance Method Summary collapse
-
#initialize(code_system) ⇒ UnknownCodeSystemException
constructor
A new instance of UnknownCodeSystemException.
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 |