Exception: Machinery::Errors::UnknownOs
- Inherits:
-
MachineryError
- Object
- StandardError
- MachineryError
- Machinery::Errors::UnknownOs
- Defined in:
- lib/exceptions.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
32 33 34 35 |
# File 'lib/exceptions.rb', line 32 def to_s "Unable to determine the operating system. There does not seem to be an" \ " /etc/os-release file." end |