class Clamp::RuntimeError
abstract command runtime error
Attributes
Public Class Methods
Source
# File lib/clamp/errors.rb, line 12 def initialize(message, command) super(message) @command = command end
Calls superclass method
abstract command runtime error
# File lib/clamp/errors.rb, line 12 def initialize(message, command) super(message) @command = command end