lib/hyperstack/on_error.rb in hyperstack-config-1.0.alpha1.2 vs lib/hyperstack/on_error.rb in hyperstack-config-1.0.alpha1.3

- old
+ new

@@ -1,5 +1,5 @@ module Hyperstack - def self.on_error(err, reason, details) + def self.on_error(err, reason, params, formatted_error_message) # do whatever you want here... i.e. log, debug, etc end end