class Omnibus::HealthCheckFailed

Public Instance Methods

to_s() click to toggle source
# File lib/omnibus/exceptions.rb, line 210
    def to_s
      <<~EOH
        The health check failed! Please see above for important information.
      EOH
    end