class Drudge::CliError

a c

Attributes

command[R]

the command that produced the error

Public Class Methods

new(command) click to toggle source
# File lib/drudge/errors.rb, line 7
def initialize(command)
  @command = command.to_s
end