Exception: Machinery::Errors::UnknownOs

Inherits:
MachineryError show all
Defined in:
lib/exceptions.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



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