lib/routemaster/errors.rb in routemaster-drain-3.5.0 vs lib/routemaster/errors.rb in routemaster-drain-3.5.1
- old
+ new
@@ -51,10 +51,10 @@
end
end
class FatalResource < BaseError
def message
- "Fatal Resource Error. body: #{body}, url: #{env.url}, method: #{env.method}"
+ "Fatal Resource Error. body: #{env.body}, url: #{env.url}, method: #{env.method}"
end
end
class ConflictResource < BaseError
def message