Exception: Omnibus::HealthCheckFailed
- Defined in:
- lib/omnibus/exceptions.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
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 |