class Incline::CLI::UsageError

Attributes

command[RW]

Public Class Methods

new(msg, command = nil) click to toggle source
Calls superclass method
# File lib/incline/cli/errors.rb, line 7
def initialize(msg, command = nil)
  super msg
  self.command = command
end