class Google::Cloud::Gemserver::CLI::Error

Error class thrown when a command that does not exist is run.

Public Class Methods

new(cli, message) click to toggle source
Calls superclass method
# File lib/google/cloud/gemserver/cli.rb, line 36
def initialize cli, message
  super cli.set_color(message, :red)
end