Exception: Gordon::Exceptions::OperationalSystemNotMapped
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Gordon::Exceptions::OperationalSystemNotMapped
- Defined in:
- lib/gordon/exceptions.rb
Instance Method Summary collapse
-
#initialize(class_name, os_name) ⇒ OperationalSystemNotMapped
constructor
A new instance of OperationalSystemNotMapped.
Constructor Details
#initialize(class_name, os_name) ⇒ OperationalSystemNotMapped
Returns a new instance of OperationalSystemNotMapped.
4 5 6 |
# File 'lib/gordon/exceptions.rb', line 4 def initialize(class_name, os_name) super("Operational System not mapped for #{class_name}. OS: #{os_name}") end |