Parent

Methods

Clamp::RuntimeError

Attributes

command[R]

Public Class Methods

new(message, command) click to toggle source
# File lib/clamp/errors.rb, line 8
def initialize(message, command)
  super(message)
  @command = command
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.