Exception: Scmd::RunError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Scmd::RunError
- Defined in:
- lib/scmd.rb
Instance Method Summary collapse
-
#initialize(stderr, called_from = nil) ⇒ RunError
constructor
A new instance of RunError.
Constructor Details
#initialize(stderr, called_from = nil) ⇒ RunError
Returns a new instance of RunError.
51 52 53 54 |
# File 'lib/scmd.rb', line 51 def initialize(stderr, called_from = nil) super(stderr) set_backtrace(called_from || caller) end |