lib/hyperstack/on_error.rb in hyperstack-config-1.0.alpha1.8 vs lib/hyperstack/on_error.rb in hyperstack-config-1.0.0.pre.alpha1
- old
+ new
@@ -1,5 +1,5 @@
module Hyperstack
- def self.on_error(err, reason, params, formatted_error_message)
+ def self.on_error(err, reason, details)
# do whatever you want here... i.e. log, debug, etc
end
end