Exception: Omnibus::HealthCheckFailed

Inherits:
Error
  • Object
show all
Defined in:
lib/omnibus/exceptions.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



210
211
212
213
214
# File 'lib/omnibus/exceptions.rb', line 210

def to_s
  <<~EOH
    The health check failed! Please see above for important information.
  EOH
end