class HealthCheckCli::Commands::Error

Attributes

message[R]

Public Class Methods

new(msg) click to toggle source
# File lib/health_check_cli/commands.rb, line 13
def initialize(msg)
  @message = msg
end