class Raketary::DoNotRunCmdError

@author Jonathan Bradley Whited @since 0.1.0

Attributes

soft_msg[RW]

Public Class Methods

new(msg=nil) click to toggle source
Calls superclass method
# File lib/raketary/errors.rb, line 20
def initialize(msg=nil)
  super(msg)

  @soft_msg = msg
end