class Paradeiser::HookFailedError
Public Class Methods
new(hook, out, err, status)
click to toggle source
Calls superclass method
# File lib/paradeiser/errors.rb, line 27 def initialize(hook, out, err, status) super("The hook #{hook} failed with status #{status.exitstatus}. STDERR contained: #{err}") end