class Autoterm::ExecutionError

Public Class Methods

new(stderr) click to toggle source
Calls superclass method
# File lib/autoterm/errors.rb, line 24
def initialize(stderr)
  super "Error whilst running project:\n  #{stderr}"
end